global gitconfig added

This commit is contained in:
2015-06-15 20:30:27 +02:00
parent 8282f7876b
commit e5ddad15f3
3 changed files with 13 additions and 1 deletions

9
gitconfig Normal file
View File

@@ -0,0 +1,9 @@
[user]
name = Michael Skrynski
email = zlorfi@gmail.com
[push]
default = simple
[core]
excludesfile = /Users/michi/.gitignore
[branch]
autosetuprebase = always

3
gitignore Normal file
View File

@@ -0,0 +1,3 @@
*~
.DS_Store
*.swp

View File

@@ -6,7 +6,7 @@ _homebrew=`which brew`
_to_install="imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh elixir git"
# Generate symlinks for files
for i in gemrc gvimrc irbrc jumprc NERDTreeBookmarks screenrc vimrc zshrc tmux.conf rspec
for i in gemrc gvimrc irbrc jumprc NERDTreeBookmarks screenrc vimrc zshrc tmux.conf rspec gitconfig gitignore
do
if [ ! -f $HOME/.$i ]
then