🎨 more cleanup

This commit is contained in:
2021-03-23 10:07:57 -04:00
parent 5953542014
commit 38b8ffac14
16 changed files with 3098 additions and 360 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ brew update
# Install more current ZSH and set as default shell
# https://stackoverflow.com/a/44549662/1438024
brew install zsh
sudo sh -c "echo $(brew --prefix zsh)/bin/zsh >> /etc/shells"
chsh -s "$(brew --prefix zsh)/bin/zsh"
sudo sh -c "echo $(brew --prefix)/bin/zsh >> /etc/shells"
chsh -s "$(brew --prefix)/bin/zsh"
# Install all apps from the Brewfile, ignore errors
brew tap homebrew/bundle