Skip to content

edderrd/brew-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brew-tmux: Homebrew package outdated status for brew-tmux

Script that displays Homebrew outdated packages for formulae and casks, heavily inspired from kube-tmux.

Mainly Made for Catpuccin Tmux Theme.

screenshot

Requirements

  • Tmux
  • Homebrew
  • jq
  • Patched NerdFont

Installation

TPM

Add brew-tmux plugin in your .tmux.conf file

set -g @plugin 'edderrd/brew-tmux'

Catpuccin Component (Optional)

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 ..."

Configurations

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"

About

Homebrew tmux plugin for showing outdated packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages