1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-06-27 06:35:39 -04:00

Update install.sh

This commit is contained in:
2021-01-12 13:46:03 -05:00
committed by GitHub
parent c33851feb7
commit c9c49c2c59

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