yet another dotfiles repo. should mostly be platform agnostic. might have some osx stuff by accident.
- fish
- i3
- neovim
- silversearcher-ag
just git clone into your home directory.
git@github.com:minight/dotfiles.git
cd dotfiles
./install
bash /home/sean/tmp/dotfiles/.config/fonts/powerline/install.sh
chsh -s "$(command -v fish)"This repo links specific fish config files into ~/.config/fish, but it does not manage ~/.config/fish/fish_variables.
That file stores fish “universal variables” (machine-local state), and keeping it local avoids accidental clobbering.