summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a few more ale fixersJesse Luehrs2019-07-082-0/+5
|
* update homebrew listJesse Luehrs2019-07-081-3/+7
|
* polyglot and ale already include terraform supportJesse Luehrs2019-07-083-3/+2
|
* update pluginsJesse Luehrs2019-07-0814-0/+0
|
* fiddle around with vim colors a bitJesse Luehrs2019-07-085-10/+137
|
* make ale use clippy for lintingJesse Luehrs2019-06-261-0/+1
|
* update pluginsJesse Luehrs2019-05-1311-0/+0
|
* use new options for tmux colorsJesse Luehrs2019-05-131-4/+2
|
* update host colorsJesse Luehrs2019-04-111-1/+1
|
* reconfigure mail clients for new mail serverJesse Luehrs2019-03-182-4/+4
|
* update pluginsJesse Luehrs2019-03-0810-0/+0
|
* go back to not syncing the old.* foldersJesse Luehrs2019-03-081-0/+1
| | | | i only needed to sync them once since they aren't still getting mail
* don't list notmuch as a mail folderJesse Luehrs2019-03-041-2/+3
|
* fix incorrect syntaxJesse Luehrs2019-03-041-1/+1
|
* sync all foldersJesse Luehrs2019-03-041-1/+0
| | | | mutt is already filtering out old folders i don't usually need
* setup-inputs does actually need to bounce xcapeJesse Luehrs2019-03-021-0/+3
|
* disable clicking to open urls in alacrittyJesse Luehrs2019-02-201-0/+2
|
* never open elinks itself, just dump the textJesse Luehrs2019-02-171-1/+0
|
* clean up some mutt keybindingsJesse Luehrs2019-02-171-30/+20
|
* switch to neomutt and clean up my notmuch usage a bitJesse Luehrs2019-02-175-11/+11
|
* few more arch package updatesJesse Luehrs2019-01-011-1/+3
|
* update my active gpg keysJesse Luehrs2019-01-011-1/+1
|
* one more change for new work computerJesse Luehrs2018-12-262-1/+1
|
* use ale's fixer for rustfmtJesse Luehrs2018-12-231-1/+2
|
* use rls instead of cargo check for error reportingJesse Luehrs2018-12-231-1/+2
|
* update pluginsJesse Luehrs2018-12-2212-0/+0
|
* rustfmt on save for rust filesJesse Luehrs2018-12-221-0/+1
|
* store views in ~/.cache tooJesse Luehrs2018-12-221-0/+6
|
* update alacritty configJesse Luehrs2018-12-182-6/+4
|
* new work computerJesse Luehrs2018-12-183-2/+2
|
* only install gpg config on hushJesse Luehrs2018-12-182-2/+2
|
* add makefile for mail serverJesse Luehrs2018-12-071-0/+8
|
* simplify frontmost application trackingJesse Luehrs2018-12-051-16/+7
|
* i never use this bindingJesse Luehrs2018-12-051-4/+0
|
* install puppet and puppet-lint for vim-ale to useJesse Luehrs2018-11-301-0/+2
|
* fix hammerspoon active app trackingJesse Luehrs2018-11-301-2/+20
|
* move a bunch of stuff to install from homebrew instead of cargoJesse Luehrs2018-11-301-1/+6
|
* cache gpg passwords for longerJesse Luehrs2018-11-301-0/+2
|
* make gpg grab the keyboardJesse Luehrs2018-11-302-0/+2
| | | | so that i stop typing my password into background windows
* only install msmtp config on hushJesse Luehrs2018-11-292-2/+5
|
* need to configure folders before using themJesse Luehrs2018-11-291-1/+1
| | | | | `set record="=Sent"` sets the option based on the value of `folder` at the time it is evaluated, so i need to set `folder` first
* make opening links work when the link is wrappedJesse Luehrs2018-11-191-1/+1
|
* replace sudo alias with a scriptJesse Luehrs2018-11-182-1/+5
| | | | that way other scripts that call sudo also use it
* adjust terminal workspace sizingJesse Luehrs2018-11-171-2/+2
| | | | | keep 80x24 since apparently alacritty adjusted the way they calculate padding
* replace bishamon aliasJesse Luehrs2018-11-171-1/+1
|
* actually, don't move notmuch config aroundJesse Luehrs2018-11-173-2/+1
| | | | let's try to keep with default config file locations
* shellcheckJesse Luehrs2018-11-168-22/+33
|
* ssh privkeys can't be world-readableJesse Luehrs2018-11-161-1/+1
|
* prefer xdg basedir specification directoriesJesse Luehrs2018-11-1658-53/+69
|
* add a sudo-askpass implementation tooJesse Luehrs2018-11-163-0/+10
| | | | to reduce the number of times i need to type in my password