/dotfiles

My dotfiles

Primary LanguageVim Script

Welcome to my dotfiles

Feel free to use anything here. My install script is based on make:

# First see what it will do:
./install -n
# Then actually install it:
./install
# Maybe you want a non-standard directory:
./install TARGET=/other/path
# Maybe you hate it all
./install uninstall