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:
parent
1bd9e76d6e
commit
b7ac358290
@ -41,6 +41,9 @@ git clone git://github.com/tpope/vim-sensible.git
|
|||||||
echo "Installing VIM config"
|
echo "Installing VIM config"
|
||||||
ln -s ~/dotfiles/vimrc ~/.vimrc
|
ln -s ~/dotfiles/vimrc ~/.vimrc
|
||||||
|
|
||||||
|
echo "Installing (user) global git config"
|
||||||
|
ln -s ~/dotfiles/gitconfig ~/.gitconfig
|
||||||
|
|
||||||
echo "Changing default shell to ZSH"
|
echo "Changing default shell to ZSH"
|
||||||
chsh -s /usr/bin/zsh
|
chsh -s /usr/bin/zsh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user