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:
| ❯ ~/.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 |
I hereby claim:
To claim this, I am signing this object:
| #! /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 |
| #!/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 |