chore: add instructions to install gitmux

This commit is contained in:
ayo 2026-06-24 20:15:29 +02:00
parent 3a74829993
commit ca53956ab6

View file

@ -43,3 +43,18 @@ cp *.otf ~/.local/share/fonts
``` ```
2. use as terminal font via preferences 2. use as terminal font via preferences
## install `gitmux` for git info on tmux bar
1. Download the latest [release](https://github.com/arl/gitmux/releases)
2. Extract to local shared and link
```bash
cd Downloads
tar -C ~/.local/share/ -xzf ./gitmux...tar.gz
# link binary
ln -s ~/.local/share/gitmux ~/.local/bin/gitmux
# confirm
gitmux -V
```