From b3fa91d37caed4e20efb0bcf91052ac93c1f17db Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 12 Jan 2021 13:47:48 -0500 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 42e0d46..98a4461 100755 --- a/install.sh +++ b/install.sh @@ -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)"