Commenting out some things while I set up the new machine. Should delete them eventually.

This commit is contained in:
Nicole Tietz-Sokolskaya 2016-11-11 17:07:43 -05:00
parent 12bb8ec477
commit 7b3d0901b2
1 changed files with 6 additions and 6 deletions

View File

@ -10,13 +10,13 @@ ln -s ~/Code/config/bashrc .bashrc
rm -f .screenrc
ln -s ~/Code/config/screenrc .screenrc
rm -f .vimrc
ln -s ~/Code/config/vimrc .vimrc
#rm -f .vimrc
#ln -s ~/Code/config/vimrc .vimrc
# set up the default branch for git
git config --global branch.master.remote origin
git config --global branch.master.merge refs/heads/master
#git config --global branch.master.remote origin
#git config --global branch.master.merge refs/heads/master
mkdir -f ~/.vim
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
#mkdir -f ~/.vim
#git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim