From b7ac358290d0af01c94799e180c6ca60b5d32596 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Wed, 16 May 2018 19:56:23 -0500 Subject: [PATCH] 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 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index abb3587..779d19b 100755 --- a/install.sh +++ b/install.sh @@ -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