These are the dotfiles that I use when setting up a new environment.
Run the following to install dotfiles:
$ git clone https://github.com/jrutheiser/dotfiles.git
$ cd dotfiles
$ ./install.shSettings are extendable through the following local files:
If ~/.gitconfig.local exists it will be included after ~/.gitconfig.
[user]
name = AUTHOR_NAME
email = AUTHOR_EMAILIf ~/.vimrc.local exists it will be be sourced after ~/.vimrc.
If ~/.bash.local exists it will be be sourced after other bash files.
These dotfiles were inspired by:
The code is available under the MIT license.