Skip to content

Commit fd25eec

Browse files
authored
Merge pull request #412 from Pauloparakleto/lazygit-config
set config folder for lazygit
2 parents ce78a3d + ed7bf0e commit fd25eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/terminal/app-lazygit.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/re
33
curl -sLo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
44
tar -xf lazygit.tar.gz lazygit
55
sudo install lazygit /usr/local/bin
6+
CONFIG_DIR="$HOME/.config/lazygit" lazygit
67
rm lazygit.tar.gz lazygit
78
mkdir -p ~/.config/lazygit/
89
touch ~/.config/lazygit/config.yml

0 commit comments

Comments
 (0)