From 4daacc90e52033a6487912fa8dec53ac03b1ae91 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 4 May 2023 17:33:19 +0200 Subject: [PATCH] doc: install recent SW --- .README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.README.md b/.README.md index a49216e..51c5a20 100644 --- a/.README.md +++ b/.README.md @@ -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 +```