These are my personal configuration files, and are meant to extend thoughtbot's dotfiles. I keep my personal dotfiles isolated to avoid overwriting them when I update thoughtbot's dotfiles on my machine. My dotfiles include:
The standard configuration for vim is installed at
~/.vimrc
. thoughtbot dotfile's will overwrite this config file.
thoughtbot's dotfiles include source ~/.vimrc.local
at the end of
the config so it sources your local dotfiles.
Clone the repository:
$ git clone https://github.com/jasonramirez/dotfiles-local.git
Symlink all *.local
dotfiles from ~/.*.local
to
/path/to/dotfiles-local/*.local
.
From the ditfiles-local
directory:
$ ./setup.sh
OSX:
$ ln /Users/username/dotfiles-local/.vimrc.local ~/.vimrc.local
If certain features aren't seeming to work, try checking to make sure that your root config files are loading the local files. For example:
#.zshrc
source ~/.zsrhc.local