global gitconfig added
This commit is contained in:
9
gitconfig
Normal file
9
gitconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
[user]
|
||||
name = Michael Skrynski
|
||||
email = zlorfi@gmail.com
|
||||
[push]
|
||||
default = simple
|
||||
[core]
|
||||
excludesfile = /Users/michi/.gitignore
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user