clean up homebrew prefix stuff

This commit is contained in:
2021-03-27 10:21:41 -04:00
parent 38b8ffac14
commit 3a53eb7fe0
5 changed files with 18 additions and 16 deletions
+4
View File
@@ -38,6 +38,10 @@ brew install zsh
sudo sh -c "echo $(brew --prefix)/bin/zsh >> /etc/shells"
chsh -s "$(brew --prefix)/bin/zsh"
# https://github.com/ohmyzsh/ohmyzsh/issues/6835#issuecomment-390187157
chmod 755 $(brew --prefix)/share/zsh
chmod 755 $(brew --prefix)/share/zsh/site-functions
# Install all apps from the Brewfile, ignore errors
brew tap homebrew/bundle
brew bundle || true