dotfile tho
This commit is contained in:
11
config.fish
11
config.fish
@@ -32,7 +32,7 @@ end
|
|||||||
# PATH
|
# PATH
|
||||||
set -x PATH $HOME/dotfiles/bin $PATH
|
set -x PATH $HOME/dotfiles/bin $PATH
|
||||||
# set -x PATH $HOME/.local/bin $PATH
|
# set -x PATH $HOME/.local/bin $PATH
|
||||||
# set -x PATH $HOME/.npm-packages/bin $PATH
|
set -x PATH $HOME/.npm-packages/bin $PATH
|
||||||
# set -x PATH /usr/local/opt/python/libexec/bin $PATH
|
# set -x PATH /usr/local/opt/python/libexec/bin $PATH
|
||||||
|
|
||||||
# Keychain
|
# Keychain
|
||||||
@@ -47,3 +47,12 @@ test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shel
|
|||||||
|
|
||||||
# Ledger
|
# Ledger
|
||||||
set -x LEDGER_FILE ~/Sync/Ledger/2017.ledger
|
set -x LEDGER_FILE ~/Sync/Ledger/2017.ledger
|
||||||
|
|
||||||
|
# Emacs term stuff
|
||||||
|
function fish_title
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
|
if test -n "$EMACS"
|
||||||
|
set -x TERM eterm-color
|
||||||
|
end
|
||||||
|
|||||||
24
muttrc
24
muttrc
@@ -1,6 +1,5 @@
|
|||||||
set mbox_type=Maildir
|
set mbox_type=Maildir
|
||||||
set folder=$HOME/Mail/FastMail
|
set folder=$HOME/Mail
|
||||||
set spoolfile=+/INBOX
|
|
||||||
set header_cache=~/.cache/mutt
|
set header_cache=~/.cache/mutt
|
||||||
|
|
||||||
set realname='Dustin Swan'
|
set realname='Dustin Swan'
|
||||||
@@ -8,16 +7,19 @@ set sendmail="/usr/local/bin/msmtp"
|
|||||||
|
|
||||||
set edit_headers=yes
|
set edit_headers=yes
|
||||||
# set folder=~/Mail
|
# set folder=~/Mail
|
||||||
set mbox=+mbox
|
# set mbox=+mbox
|
||||||
set spoolfile=+inbox
|
# set spoolfile=+inbox
|
||||||
set record=+sent
|
# set record=+sent
|
||||||
set postponed=+drafts
|
# set postponed=+drafts
|
||||||
set mbox_type=Maildir
|
# set mbox_type=Maildir
|
||||||
|
|
||||||
mailboxes +inbox
|
mailboxes +inbox
|
||||||
|
|
||||||
source "~/.mutt/iocom"
|
source ~/.mutt/iocom
|
||||||
folder-hook $folder 'source ~/.mutt/iocom'
|
folder-hook IOCOM/* source ~/.mutt/iocom
|
||||||
|
|
||||||
source "~/.mutt/fastmail"
|
source ~/.mutt/fastmail
|
||||||
folder-hook *user@fastmail.com/ 'source ~/.mutt/fastmail'
|
folder-hook FastMail/* source ~/.mutt/fastmail
|
||||||
|
|
||||||
|
set spoolfile = +FastMail/INBOX
|
||||||
|
source ~/.mutt/fastmail
|
||||||
|
|||||||
12
spacemacs
12
spacemacs
@@ -65,7 +65,8 @@ values."
|
|||||||
(org :variables org-enable-github-support t)
|
(org :variables org-enable-github-support t)
|
||||||
deft
|
deft
|
||||||
;; (shell :variables shell-default-term-shell "/Users/dustinswan/.nix-profile/bin/zsh")
|
;; (shell :variables shell-default-term-shell "/Users/dustinswan/.nix-profile/bin/zsh")
|
||||||
(shell :variables shell-default-term-shell "/usr/local/bin/fish" shell-default-shell 'multi-term)
|
;; (shell :variables shell-default-term-shell "/usr/local/bin/fish" shell-default-shell 'multi-term)
|
||||||
|
(shell :variables shell-default-term-shell "/usr/local/bin/fish" shell-default-shell 'eshell)
|
||||||
xkcd
|
xkcd
|
||||||
spotify
|
spotify
|
||||||
finance
|
finance
|
||||||
@@ -371,6 +372,9 @@ layers configuration. You are free to put any user code."
|
|||||||
;; :config
|
;; :config
|
||||||
;; (spaceline-all-the-icons-theme))
|
;; (spaceline-all-the-icons-theme))
|
||||||
|
|
||||||
|
;; fix Fish prompts
|
||||||
|
(add-hook 'term-mode-hook 'spacemacs/toggle-truncate-lines-on)
|
||||||
|
|
||||||
;; ctrl-w when a completion dropdown is open
|
;; ctrl-w when a completion dropdown is open
|
||||||
(with-eval-after-load 'company
|
(with-eval-after-load 'company
|
||||||
(define-key company-active-map (kbd "C-w") 'evil-delete-backward-word))
|
(define-key company-active-map (kbd "C-w") 'evil-delete-backward-word))
|
||||||
@@ -574,6 +578,8 @@ layers configuration. You are free to put any user code."
|
|||||||
;; Org
|
;; Org
|
||||||
(with-eval-after-load 'org
|
(with-eval-after-load 'org
|
||||||
|
|
||||||
|
(package-initialize)
|
||||||
|
|
||||||
(setq org-startup-indented t)
|
(setq org-startup-indented t)
|
||||||
|
|
||||||
(setq org-agenda-files '("~/Sync/Notes"))
|
(setq org-agenda-files '("~/Sync/Notes"))
|
||||||
@@ -734,7 +740,7 @@ layers configuration. You are free to put any user code."
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(ac-ispell-requires 4)
|
'(ac-ispell-requires 4 t)
|
||||||
'(ahs-case-fold-search nil t)
|
'(ahs-case-fold-search nil t)
|
||||||
'(ahs-default-range (quote ahs-range-whole-buffer) t)
|
'(ahs-default-range (quote ahs-range-whole-buffer) t)
|
||||||
'(ahs-idle-interval 0.25 t)
|
'(ahs-idle-interval 0.25 t)
|
||||||
@@ -771,7 +777,7 @@ layers configuration. You are free to put any user code."
|
|||||||
'(org-journal-time-format "%R %Z")
|
'(org-journal-time-format "%R %Z")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(ghub zeal-at-point edit-indirect ssass-mode vue-html-mode org-vcard oauth gntp libmpdee json-snatcher json-reformat prop-menu parent-mode fringe-helper git-gutter+ git-gutter marshal logito ht pos-tip flx anzu goto-chg pkg-info epl web-completion-data dash-functional seq pythonic popup dash-at-point counsel-dash helm-dash visual-fill-column org-category-capture ghc undo-tree s spaceline-all-the-icons all-the-icons memoize font-lock+ diminish pdf-tools tablist f winum unfill sudoku ob-restclient multiple-cursors fuzzy company-restclient know-your-http-well flyspell-correct log4e async mmt slime rust-mode bind-key packed auto-complete avy tern iedit bind-map evil simple-httpd pcache alert php-mode purescript-mode haml-mode markdown-mode htmlize vue-mode circe rcirc-notify rcirc-color helm-themes helm-swoop helm-spotify multi helm-pydoc helm-projectile helm-mode-manager helm-hoogle helm-gitignore helm-flx helm-descbinds helm-css-scss helm-company helm-c-yasnippet helm-ag flyspell-correct-helm ace-jump-helm-line csv-mode inflections spinner org anaconda-mode swiper highlight projectile skewer-mode js2-mode gh magit-popup git-commit hydra inf-ruby pcre2el macrostep dash powerline auctex counsel smartparens go-mode haskell-mode flycheck magit with-editor yasnippet rake company ivy helm helm-core xterm-color auctex-latexmk yapfify yaml-mode xkcd wttrin ws-butler writeroom-mode wolfram-mode window-numbering which-key wgrep web-mode web-beautify volatile-highlights vi-tilde-fringe vdirel uuidgen use-package typit twittering-mode tumblesocks toml-mode toc-org thrift tagedit stan-mode spray spotify spacemacs-theme spaceline smex smeargle slime-company slim-mode shell-pop scss-mode scad-mode sass-mode rvm ruby-tools ruby-test-mode rubocop rspec-mode robe reveal-in-osx-finder restclient restart-emacs request rbenv ranger rainbow-mode rainbow-identifiers rainbow-delimiters racer quelpa qml-mode pyvenv pytest pyenv-mode py-isort pug-mode psci psc-ide projectile-rails popwin pip-requirements phpunit phpcbf php-extras php-auto-yasnippets persp-mode pbcopy paradox pandoc-mode pacmacs p4 ox-pandoc ox-gfm osx-trash osx-dictionary orgit org-projectile org-present org-pomodoro org-plus-contrib org-journal org-download org-bullets open-junk-file ob-http neotree mwim multi-term mu4e-maildirs-extension mu4e-alert move-text monokai-theme mmm-mode minitest mingus matlab-mode markdown-toc magit-gitflow magit-gh-pulls lorem-ipsum livid-mode live-py-mode linum-relative link-hint less-css-mode ledger-mode launchctl julia-mode json-mode js2-refactor js-doc ivy-hydra intero insert-shebang info+ indent-guide idris-mode ido-vertical-mode hy-mode hungry-delete hlint-refactor hl-todo hindent highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-make haskell-snippets hackernews google-translate golden-ratio go-guru go-eldoc gnuplot gitignore-mode github-search github-clone github-browse-file gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe git-gutter-fringe+ gist gh-md geiser flyspell-correct-ivy flycheck-rust flycheck-pos-tip flycheck-ledger flycheck-haskell flycheck-elm flx-ido fish-mode fill-column-indicator feature-mode fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-snipe evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-magit evil-lisp-state evil-indent-plus evil-iedit-state evil-exchange evil-escape evil-ediff evil-args evil-anzu eval-sexp-fu eshell-z eshell-prompt-extras esh-help erc-yt erc-view-log erc-terminal-notifier erc-social-graph erc-image erc-hl-nicks engine-mode emoji-cheat-sheet-plus emmet-mode elm-mode elisp-slime-nav dumb-jump drupal-mode disaster diff-hl deft cython-mode counsel-projectile company-web company-tern company-statistics company-shell company-go company-ghci company-ghc company-emoji company-cabal company-c-headers company-auctex company-anaconda common-lisp-snippets column-enforce-mode color-identifiers-mode coffee-mode cmm-mode cmake-mode clean-aindent-mode clang-format chruby chess cargo bundler bracketed-paste beacon auto-yasnippet auto-highlight-symbol auto-dictionary auto-compile arduino-mode aggressive-indent adaptive-wrap ace-window ace-link ac-ispell 2048-game)))
|
(hledger-mode let-alist ghub zeal-at-point edit-indirect ssass-mode vue-html-mode org-vcard oauth gntp libmpdee json-snatcher json-reformat prop-menu parent-mode fringe-helper git-gutter+ git-gutter marshal logito ht pos-tip flx anzu goto-chg pkg-info epl web-completion-data dash-functional seq pythonic popup dash-at-point counsel-dash helm-dash visual-fill-column org-category-capture ghc undo-tree s spaceline-all-the-icons all-the-icons memoize font-lock+ diminish pdf-tools tablist f winum unfill sudoku ob-restclient multiple-cursors fuzzy company-restclient know-your-http-well flyspell-correct log4e async mmt slime rust-mode bind-key packed auto-complete avy tern iedit bind-map evil simple-httpd pcache alert php-mode purescript-mode haml-mode markdown-mode htmlize vue-mode circe rcirc-notify rcirc-color helm-themes helm-swoop helm-spotify multi helm-pydoc helm-projectile helm-mode-manager helm-hoogle helm-gitignore helm-flx helm-descbinds helm-css-scss helm-company helm-c-yasnippet helm-ag flyspell-correct-helm ace-jump-helm-line csv-mode inflections spinner org anaconda-mode swiper highlight projectile skewer-mode js2-mode gh magit-popup git-commit hydra inf-ruby pcre2el macrostep dash powerline auctex counsel smartparens go-mode haskell-mode flycheck magit with-editor yasnippet rake company ivy helm helm-core xterm-color auctex-latexmk yapfify yaml-mode xkcd wttrin ws-butler writeroom-mode wolfram-mode window-numbering which-key wgrep web-mode web-beautify volatile-highlights vi-tilde-fringe vdirel uuidgen use-package typit twittering-mode tumblesocks toml-mode toc-org thrift tagedit stan-mode spray spotify spacemacs-theme spaceline smex smeargle slime-company slim-mode shell-pop scss-mode scad-mode sass-mode rvm ruby-tools ruby-test-mode rubocop rspec-mode robe reveal-in-osx-finder restclient restart-emacs request rbenv ranger rainbow-mode rainbow-identifiers rainbow-delimiters racer quelpa qml-mode pyvenv pytest pyenv-mode py-isort pug-mode psci psc-ide projectile-rails popwin pip-requirements phpunit phpcbf php-extras php-auto-yasnippets persp-mode pbcopy paradox pandoc-mode pacmacs p4 ox-pandoc ox-gfm osx-trash osx-dictionary orgit org-projectile org-present org-pomodoro org-plus-contrib org-journal org-download org-bullets open-junk-file ob-http neotree mwim multi-term mu4e-maildirs-extension mu4e-alert move-text monokai-theme mmm-mode minitest mingus matlab-mode markdown-toc magit-gitflow magit-gh-pulls lorem-ipsum livid-mode live-py-mode linum-relative link-hint less-css-mode ledger-mode launchctl julia-mode json-mode js2-refactor js-doc ivy-hydra intero insert-shebang info+ indent-guide idris-mode ido-vertical-mode hy-mode hungry-delete hlint-refactor hl-todo hindent highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-make haskell-snippets hackernews google-translate golden-ratio go-guru go-eldoc gnuplot gitignore-mode github-search github-clone github-browse-file gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe git-gutter-fringe+ gist gh-md geiser flyspell-correct-ivy flycheck-rust flycheck-pos-tip flycheck-ledger flycheck-haskell flycheck-elm flx-ido fish-mode fill-column-indicator feature-mode fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-snipe evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-magit evil-lisp-state evil-indent-plus evil-iedit-state evil-exchange evil-escape evil-ediff evil-args evil-anzu eval-sexp-fu eshell-z eshell-prompt-extras esh-help erc-yt erc-view-log erc-terminal-notifier erc-social-graph erc-image erc-hl-nicks engine-mode emoji-cheat-sheet-plus emmet-mode elm-mode elisp-slime-nav dumb-jump drupal-mode disaster diff-hl deft cython-mode counsel-projectile company-web company-tern company-statistics company-shell company-go company-ghci company-ghc company-emoji company-cabal company-c-headers company-auctex company-anaconda common-lisp-snippets column-enforce-mode color-identifiers-mode coffee-mode cmm-mode cmake-mode clean-aindent-mode clang-format chruby chess cargo bundler bracketed-paste beacon auto-yasnippet auto-highlight-symbol auto-dictionary auto-compile arduino-mode aggressive-indent adaptive-wrap ace-window ace-link ac-ispell 2048-game)))
|
||||||
'(paradox-github-token t)
|
'(paradox-github-token t)
|
||||||
'(pos-tip-background-color "#A6E22E")
|
'(pos-tip-background-color "#A6E22E")
|
||||||
'(pos-tip-foreground-color "#272822")
|
'(pos-tip-foreground-color "#272822")
|
||||||
|
|||||||
3
zshrc
3
zshrc
@@ -48,9 +48,6 @@ fi
|
|||||||
[ -e ~/.local/bin ] && export PATH=$HOME/.local/bin:$PATH # Stack
|
[ -e ~/.local/bin ] && export PATH=$HOME/.local/bin:$PATH # Stack
|
||||||
[ -e ~/.npm-packages/bin ] && export PATH=$HOME/.npm-packages/bin:$PATH # NPM
|
[ -e ~/.npm-packages/bin ] && export PATH=$HOME/.npm-packages/bin:$PATH # NPM
|
||||||
|
|
||||||
# Nix
|
|
||||||
[ -f $HOME/.nix-profile/etc/profile.d/nix.sh ] && . $HOME/.nix-profile/etc/profile.d/nix.sh
|
|
||||||
|
|
||||||
# Keychain
|
# Keychain
|
||||||
if [ -x "$(command -v keychain)" ]; then
|
if [ -x "$(command -v keychain)" ]; then
|
||||||
export GPG_AGENT_INFO="~/.gnupg/S.gpg-agent:$(pgrep gpg-agent):1" # Take this out when keychain fixes this bug
|
export GPG_AGENT_INFO="~/.gnupg/S.gpg-agent:$(pgrep gpg-agent):1" # Take this out when keychain fixes this bug
|
||||||
|
|||||||
Reference in New Issue
Block a user