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:46:03 -05:00 committed by GitHub
parent c33851feb7
commit c9c49c2c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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