doc: install recent SW

This commit is contained in:
Michel 2023-05-04 17:33:19 +02:00
parent c95752d2d7
commit 4daacc90e5
1 changed files with 8 additions and 0 deletions

View File

@ -46,9 +46,17 @@ lazygit --git-dir=$HOME/.dotfiles --work-tree=$HOME
- https://sw.kovidgoyal.net/kitty/binary/
```
sudo apt-get install kitty-terminfo
sh ~/.config/kitty/installer.sh
```
**Note**:
Kitty prepends its _bin_ folder to the path.
So it is more coherent/simpler to copy this behaviour into Zsh.
## lazygit
```
go install github.com/jesseduffield/lazygit@latest
```