1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00

Update install.sh

This commit is contained in:
Jake Jarvis 2021-01-12 13:48:28 -05:00 committed by GitHub
parent b3fa91d37c
commit 61954c875c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,9 @@ set -e
echo "👋 Deep breaths, everything will (probably) be fine!" 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 # 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/zsh/.zshrc "$HOME"/.zshrc
ln -sf "$HOME"/.dotfiles/git/.gitconfig "$HOME"/.gitconfig ln -sf "$HOME"/.dotfiles/git/.gitconfig "$HOME"/.gitconfig