These are my dotfiles. They are supposed to install my settings on any OSX machine.
git clone [email protected]:aebersold/dotfiles.git ~/.dotfiles
To use, replace the current dotfiles in the home folder with symlinks
You can use the small installer script:
sh setup.sh
Or manually symlink the new dotfiles:
ln -s ~/.dotfiles/.bashrc ~
ln -s ~/.dotfiles/.bash_profile ~
ln -s ~/.dotfiles/.gitconfig ~
ln -s ~/.dotfiles/.gitignore_global ~
ln -s ~/.dotfiles/.vimrc ~
ln -s ~/.dotfiles/ST2/Preferences.sublime-settings ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Preferences.sublime-settings
To @dbrgn, Paul Irish, Mathias Bynens