From ca53956ab6e1bf5e5ce5cf2c7cf2e07df0880299 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 24 Jun 2026 20:15:29 +0200 Subject: [PATCH] chore: add instructions to install gitmux --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b4cb74f..5e7b6f2 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,18 @@ cp *.otf ~/.local/share/fonts ``` 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 +```