chore: add instructions to install gitmux
This commit is contained in:
parent
3a74829993
commit
ca53956ab6
1 changed files with 15 additions and 0 deletions
15
README.md
15
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue