My configuration files for *nix machines(Mac OS X, Linux)
Clone the repository:
$ git clone --recursive https://github.com/robbiehudson/dotfiles.git
Use stow to sym link the conf files you need
$ cd ~/dotfiles
$ stow bash
$ stow git
$ stow vim
$ vim
:BundleInstall!
Unlink bash configuration example:
$ cd ~/dotfiles
$ stow --delete bash
- Pablo Vicente
- Rob Hudson