README 446 B

12345678910111213
  1. # Running this script creates the appropriate symlinks in home
  2. # Use from within dotFiles directory
  3. ln -s dotFiles/vim ~/.vim
  4. ln -s dotFiles/vim/vimrc ~/.vimrc
  5. ln -s dotFiles/zsh/zshrc ~/.zshrc
  6. ln -s dotFiles/zsh/zshenv ~/.zshenv
  7. ln -s dotFiles/pentadactyl/pentadactylrc ~/.pentadactylrc
  8. # vim plugins can be added as git submodules into the dotFiles repository
  9. # git submodule add git://github.com/tpope/vim-pathogen.git vim/bundle/pathogen