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"
|
_to_install="imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh elixir git"
|
||||||
|
|
||||||
# Generate symlinks for files
|
# 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
|
do
|
||||||
if [ ! -f $HOME/.$i ]
|
if [ ! -f $HOME/.$i ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user