Skip to content

Instantly share code, notes, and snippets.

View dmizelle's full-sized avatar

Devon Mizelle dmizelle

View GitHub Profile
❯ ~/.emacs.d/bin/doom info
generated Apr 21, 2021 11:40:36
distro "Antergos Linux" Linux 5.11.8-zen1-1-zen x86_64
emacs 27.2 ~/.emacs.d/ -> ~/.emacs.d/
doom 2.0.9 HEAD -> develop cf98c0d8b 2021-04-19 17:22:44 -0400 ~/.doom.d/ -> ~/.doom.d/
shell /bin/zsh
features XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP
traits batch server-running envvar-file
modules :completion (company +tng) ivy :ui doom doom-dashboard doom-quit hl-todo modeline nav-flash ophints (popup +all +defaults) unicode vc-gutter vi-tilde-fringe window-select workspaces :editor (evil +everywhere) file-templates fold (format +onsave) multiple-cursors rotate-text snippets word-wrap :emacs dired electric ibuffer undo vc :checkers syntax :tools direnv docker editorconfig ein (eval +overlay) gist (lookup +docsets) lsp magit make p
;;; .doom.d/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here
(add-to-list 'company-frontends 'company-tng-frontend)
(require 'company)
(setq company-idle-delay 0.2
company-minimum-prefix-length 3)
(use-package doom-modeline

Keybase proof

I hereby claim:

  • I am dmizelle on github.
  • I am devonnulled (https://keybase.io/devonnulled) on keybase.
  • I have a public key whose fingerprint is 1FB1 EB9D 0ED4 A28F D986 BF97 0502 189B E4A6 AB2D

To claim this, I am signing this object:

@dmizelle
dmizelle / Gitlab-Centos-InitScript.sh
Created January 16, 2013 20:52
A gitlab init script for CentOS 6.3 - Modified to work without sudo.
#! /bin/bash
# GITLAB
# Maintainer: @randx
# App Version: 4.0
### BEGIN INIT INFO
# Provides: gitlab
# Required-Start: $local_fs $remote_fs $network $syslog redis-server
# Required-Stop: $local_fs $remote_fs $network $syslog
@dmizelle
dmizelle / redis-server
Last active December 11, 2015 05:18 — forked from tessro/redis-server
#!/bin/sh
#
# redis - this script starts and stops the redis-server daemon
#
# chkconfig: - 85 15
# description: Redis is a persistent key-value database
# processname: redis-server
# config: /etc/redis/redis.conf
# config: /etc/sysconfig/redis
# pidfile: /var/run/redis.pid
@dmizelle
dmizelle / README.md
Last active December 10, 2015 16:58 — forked from agnoster/README.md

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark