From e456744392d78469686069e0fa54753e30539457 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 13 May 2020 11:44:47 -0400 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 45ff810..3ec1fa5 100755 --- a/install.sh +++ b/install.sh @@ -5,9 +5,9 @@ set -e echo "👋 Deep breaths, everything will (probably) be fine!" # Set up symbolic links for ZSH and Git pointing to this cloned repo -ln -s $HOME/.dotfiles/zsh/.zshrc $HOME/.zshrc -ln -s $HOME/.dotfiles/git/.gitconfig $HOME/.gitconfig -ln -s $HOME/.dotfiles/git/.gitignore_global $HOME/.gitignore_global +ln -sf $HOME/.dotfiles/zsh/.zshrc $HOME/.zshrc +ln -sf $HOME/.dotfiles/git/.gitconfig $HOME/.gitconfig +ln -sf $HOME/.dotfiles/git/.gitignore_global $HOME/.gitignore_global # Get Oh My ZSH up and running if [ ! -e ~/.oh-my-zsh ]; then