No description
| home | ||
| resources/vimium | ||
| script | ||
| LICENSE.txt | ||
| README.md | ||
Evan Hahn's dotfiles
My configuration files for (neo)vim, tmux, zsh, and so on.
Used on Debian-likes and macOS. Might work elsewhere.
I've been working on these dotfiles since 2012 and am still learning a lot. I wrote a blog post with some reflections. Contact me with any questions.
Setup
General setup:
- install
stow cd home- stow whatever you want. For example,
stow -t "$HOME" tmux vimgrabs tmux and vim config
On macOS, switch to the GNU versions:
brew install coreutils grep gnu-sed gnu-tar gnu-which- Add
"$(brew --prefix coreutils)/libexec/gnubin"to$PATH(replacingcoreutilswithgrep,gnu-sed, etc) alias ls='ls --color=auto'
Set up Vim thesaurus:
- Download a MyThes thesaurus file (grab the
.datfile from this ZIP) script/parse-thesaurus /path/to/th_en_US_new.dat > ~/.cache/evanhahn-vim-thesaurus