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