mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 04:24:20 +01:00
Make sure empty config exists for running lazygit first through neovim
Otherwise you have to manually start lazygit first.
This commit is contained in:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user