From 61954c875c7c841c5e0a7c7b82a47165bda4a732 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 12 Jan 2021 13:48:28 -0500 Subject: [PATCH] Update install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 98a4461..4547e47 100755 --- a/install.sh +++ b/install.sh @@ -4,6 +4,9 @@ set -e echo "👋 Deep breaths, everything will (probably) be fine!" +# Ask for the administrator password upfront +sudo -v + # Set up symbolic links for ZSH and Git pointing to this cloned repo ln -sf "$HOME"/.dotfiles/zsh/.zshrc "$HOME"/.zshrc ln -sf "$HOME"/.dotfiles/git/.gitconfig "$HOME"/.gitconfig