1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-25 15:35:21 -04:00

Update install.sh

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

View File

@ -11,6 +11,10 @@ ln -sf "$HOME"/.dotfiles/git/.gitignore_global "$HOME"/.gitignore_global
mkdir -p "$HOME"/.ssh
ln -sf "$HOME"/.dotfiles/ssh/.ssh/config "$HOME"/.ssh/config
# https://github.com/ohmyzsh/ohmyzsh/issues/6835#issuecomment-390187157
chmod 755 /usr/local/share/zsh
chmod 755 /usr/local/share/zsh/site-functions
# Get Oh My ZSH up and running
if [ ! -e ~/.oh-my-zsh ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"