Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 964 Bytes

README.markdown

File metadata and controls

19 lines (15 loc) · 964 Bytes

Inspired by the Advanced Command Line PeepCode screencast.

To set things up:

Please use the script /tools/link_to_config.sh

  1. Move/rename this project's folder to ~/bin/dotfiles
  2. ln -s ~/bin/dotfiles/bash/bash_profile ~/.bash_profile
  3. ln -s ~/bin/dotfiles/bash/bashrc ~/.bashrc
  4. ln -s ~/bin/dotfiles/bash/inputrc ~/.inputrc
  5. ln -s ~/bin/dotfiles/vim/vimrc ~/.vimrc
  6. ln -s ~/bin/dotfiles/vim/gvimrc ~/.gvimrc
  7. ln -s ~/bin/dotfiles/vim ~/.vim
  8. Copy git/gitconfig-example to git/gitconfig and set it up how you like it.
  9. ln -s ~/bin/dotfiles/git/gitconfig ~/.gitconfig
  10. Copy ssh/config-example to ssh/config and set it up how you like it.
  11. ln -s ~/bin/dotfiles/ssh/config ~/.ssh/config (assuming you have an ~/.ssh folder already)

More information about configuring Git