mirror of
https://codeberg.org/EvanHahn/dotfiles.git
synced 2025-11-09 19:26:17 +03:00
main
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
Description
Languages
Shell
49.8%
Vim Script
38.9%
Python
7.1%
Ruby
1.3%
Lua
1.2%
Other
1.7%