We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0318a commit ed7bf0eCopy full SHA for ed7bf0e
install/terminal/app-lazygit.sh
@@ -3,5 +3,6 @@ LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/re
3
curl -sLo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
4
tar -xf lazygit.tar.gz lazygit
5
sudo install lazygit /usr/local/bin
6
+CONFIG_DIR="$HOME/.config/lazygit" lazygit
7
rm lazygit.tar.gz lazygit
8
cd -
0 commit comments