We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce78a3d + ed7bf0e commit fd25eecCopy full SHA for fd25eec
install/terminal/app-lazygit.sh
@@ -3,6 +3,7 @@ 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
mkdir -p ~/.config/lazygit/
9
touch ~/.config/lazygit/config.yml
0 commit comments