My dotfiles repo.
- Vim setup
- Git settings
- Simple "plugin" system (drop files into
~/.files-pluginsand they are sourced) - Custom prompt
- Ruby enVironment Manager, Rustup, Go Version Manager, Node Version Manager
- Some terminal defaults I like
- Utility functions
- Clone into your home directory at
~/.files - Add
[[ -s ~/.files/sourceme.sh ]] && source ~/.files/sourceme.shto your.bashrc,.bash_profileetc.
Run make build dev to drop into a container with everything pre installed.
MIT