Skip to content

Commit

Permalink
Added gitconfig with some very basic settings
Browse files Browse the repository at this point in the history
  • Loading branch information
msve committed Apr 29, 2013
1 parent fc85541 commit 811b9d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[user]
name = Martin Svehla
email = [email protected]
[credential]
helper = cache
[core]
editor = vim
[push]
default = simple
[color]
ui = true
[alias]
st = status
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ ln $DOTDIR/vimrc $TARGET/.vimrc
[ -d $TARGET/.vim/colors ] || mkdir $TARGET/.vim/colors
ln $DOTDIR/vim/colors/BusyBee.vim $TARGET/.vim/colors/BusyBee.vim

# git setup
ln $DOTDIR/gitconfig $TARGET/.gitconfig

# ls colors
ln $DOTDIR/dir_colors $TARGET/.dir_colors

Expand Down

0 comments on commit 811b9d7

Please sign in to comment.