From c9c49c2c59ac7f7c2cb2bde0744ba22fef8ec6bc Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 12 Jan 2021 13:46:03 -0500 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b776a46..42e0d46 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,7 @@ echo "👋 Deep breaths, everything will (probably) be fine!" 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 +mkdir -p "$HOME"/.ssh ln -sf "$HOME"/.dotfiles/ssh/.ssh/config "$HOME"/.ssh/config # Get Oh My ZSH up and running