forked from EvanHahn/dotfiles
No description
- Shell 49.8%
- Vim Script 38.9%
- Python 7.1%
- Ruby 1.3%
- Lua 1.2%
- Other 1.7%
|
|
||
|---|---|---|
| home | snippets: times for the ×ばつ" symbol | |
| resources/vimium |
ollama: remove custom model, remove llm script
|
|
| script |
vim: thesaurusfunc
|
|
| LICENSE.txt | Use HTTPS link in license | |
| README.md | Minor: fix typo in readme | |
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