Actually install a general gitconfig

Whoops. I seem to have never included this in the install script...
I don't even know if it is a good config at this point and will probably replace it with something newer/better
This commit is contained in:
David Todd (c0de) 2018-05-16 19:56:23 -05:00
parent 1bd9e76d6e
commit b7ac358290
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ git clone git://github.com/tpope/vim-sensible.git
echo "Installing VIM config"
ln -s ~/dotfiles/vimrc ~/.vimrc
echo "Installing (user) global git config"
ln -s ~/dotfiles/gitconfig ~/.gitconfig
echo "Changing default shell to ZSH"
chsh -s /usr/bin/zsh