#Jed's Dotfiles
To Install:
Clone repository into your ~/ directory.
Rename any dotfiles you are currently using (e.g., .rprofile, .vimrc, .bash_profile) to have the .local suffix (e.g., .rprofile.local)
Run 'git submodule sync' and 'git submodule update --init'
This is only necessary if you don't want to run install.sh Create links from your ~/ directory to the dotfiles directory. ('ln -s dotfiles/.vimrc .vimrc', 'ln -s dotfiles/vim .vim' etc.)
Otherwise run install.sh To Do:
- Finish install.sh (set up links)