Script that displays Homebrew outdated packages for formulae and casks, heavily inspired from kube-tmux.
Mainly Made for Catpuccin Tmux Theme.
- Tmux
- Homebrew
- jq
- Patched NerdFont
Add brew-tmux plugin in your .tmux.conf file
set -g @plugin 'edderrd/brew-tmux'Note: Ensure you have Catpuccin Tmux Plugin installed
Copy file component file
cp catpuccin/brew.sh ${TMUX_PLUGIN_MANAGER_PATH}/tmux/custom/Then you can use in you .tmux.conf by setting
set -g @catppuccin_status_modules_right "... brew ..."Set Formulae icon:
set -g "@catppuccin_brew_formulae_icon"Set cask icon:
set -g "@catppuccin_brew_cask_icon"Set formulae and cask separator:
set -g "@catppuccin_brew_separator"Set how long in seconds between check for package updates (default 1 hour):
set -g "@catppuccin_brew_check_seconds"