Make sure empty config exists for running lazygit first through neovim

Otherwise you have to manually start lazygit first.
This commit is contained in:
David Heinemeier Hansson
2025-03-17 10:31:44 +01:00
parent 51b5904d6b
commit e8bb1c3c5d

View File

@@ -4,4 +4,6 @@ curl -sLo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/late
tar -xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin
rm lazygit.tar.gz lazygit
mkdir -p ~/.config/lazygit/
touch ~/.config/lazygit/config.yml
cd -