Inspired by the Advanced Command Line PeepCode screencast.
To set things up:
Please use the script /tools/link_to_config.sh
- Move/rename this project's folder to
~/bin/dotfiles
ln -s ~/bin/dotfiles/bash/bash_profile ~/.bash_profile
ln -s ~/bin/dotfiles/bash/bashrc ~/.bashrc
ln -s ~/bin/dotfiles/bash/inputrc ~/.inputrc
ln -s ~/bin/dotfiles/vim/vimrc ~/.vimrc
ln -s ~/bin/dotfiles/vim/gvimrc ~/.gvimrc
ln -s ~/bin/dotfiles/vim ~/.vim
- Copy
git/gitconfig-example
togit/gitconfig
and set it up how you like it. ln -s ~/bin/dotfiles/git/gitconfig ~/.gitconfig
- Copy
ssh/config-example
tossh/config
and set it up how you like it. ln -s ~/bin/dotfiles/ssh/config ~/.ssh/config
(assuming you have an~/.ssh
folder already)