Skip to content

Commit

Permalink
Update git to us osxkeychain
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Aug 3, 2012
1 parent f776d1e commit fdfbd63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ install-bash:
rm -f ~/.bashrc ~/.inputrc
ln -s `pwd`/bash/bashrc ~/.bashrc
ln -s `pwd`/bash/inputrc ~/.inputrc
test -d ~/.bash_profile || ln -s `pwd`/bash/bash_profile ~/.bash_profile
test ~/.bash_profile || ln -s `pwd`/bash/bash_profile ~/.bash_profile

install-git:
rm -f ~/.gitconfig ~/.gitignore
Expand Down
3 changes: 3 additions & 0 deletions bash/bash_profile
@@ -0,0 +1,3 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
2 changes: 2 additions & 0 deletions git/gitconfig
Expand Up @@ -4,6 +4,8 @@
[core]
editor = mvim -f
excludesfile = ~/.gitignore
[credential]
helper = osxkeychain
[alias]
switch = !legit switch \"$@\"
branches = !legit branches
Expand Down

0 comments on commit fdfbd63

Please sign in to comment.