doc: install recent SW

This commit is contained in:
Michel 2023-05-04 17:33:19 +02:00
parent c95752d2d7
commit 4daacc90e5

View File

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