Skip to content

Commit

Permalink
Fix paths to some config files
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjswift committed Mar 30, 2013
1 parent 35055a7 commit 023206f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git submodule update
# bash_login # bash_login


``` ```
echo "source \$HOME/Documents/code/dotconfig/bash_login" > ~/.bash_login echo "source \$HOME/Documents/code/dotconfig/config/bash_login" > ~/.bash_login
``` ```


# vim # vim
Expand All @@ -44,8 +44,8 @@ echo "source ~/.vim/gvimrc" > ~/.gvimrc


``` ```
echo "[include]" > ~/.gitconfig echo "[include]" > ~/.gitconfig
echo " path = Documents/code/dotconfig/gitconfig" echo " path = Documents/code/dotconfig/gitconfig" >> ~/.gitconfig
cp ~/Documents/code/dotconfig/gitignore ~/.gitignore cp ~/Documents/code/dotconfig/config/gitignore ~/.gitignore
``` ```


# Link other dotfiles # Link other dotfiles
Expand Down

0 comments on commit 023206f

Please sign in to comment.