mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
fix shellcheck
This commit is contained in:
@@ -39,8 +39,8 @@ sudo sh -c "echo $(brew --prefix)/bin/zsh >> /etc/shells"
|
|||||||
chsh -s "$(brew --prefix)/bin/zsh"
|
chsh -s "$(brew --prefix)/bin/zsh"
|
||||||
|
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/issues/6835#issuecomment-390187157
|
# https://github.com/ohmyzsh/ohmyzsh/issues/6835#issuecomment-390187157
|
||||||
chmod 755 $(brew --prefix)/share/zsh
|
chmod 755 "$(brew --prefix)/share/zsh"
|
||||||
chmod 755 $(brew --prefix)/share/zsh/site-functions
|
chmod 755 "$(brew --prefix)/share/zsh/site-functions"
|
||||||
|
|
||||||
# Install all apps from the Brewfile, ignore errors
|
# Install all apps from the Brewfile, ignore errors
|
||||||
brew tap homebrew/bundle
|
brew tap homebrew/bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user