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

@ -32,6 +32,7 @@ brew "hugo"
brew "iperf"
brew "iperf3"
brew "ipmitool"
brew "jq"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai", args: ["HEAD"]
brew "mas"
@ -59,6 +60,7 @@ cask "arq"
cask "atom"
cask "balenaetcher"
cask "bartender"
cask "bitbar"
cask "bitwarden"
cask "bonjeff"
cask "calibre"

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