Add BitBar to Brewfile and configure it for yabai & skhd

This commit is contained in:
2020-09-21 23:02:57 +02:00
parent 2f74fe09ce
commit c29bda3b7f
3 changed files with 34 additions and 0 deletions

View File

@@ -246,6 +246,9 @@ echo ">>> Setting up Pandoc environment"
eval "$(/usr/libexec/path_helper)"
cabal install pandoc-include pandoc-include-code pandoc-plantuml-diagrams
## Set up BitBar
defaults write com.matryer.BitBar pluginsDirectory "~/.config/BitBar/"
## Set zsh from brew as default shell
echo ">>> Setting /usr/local/bin/zsh as default shell for $USER"
sudo chsh -s /usr/local/bin/zsh $USER