mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +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
|
tar -xf lazygit.tar.gz lazygit
|
||||||
sudo install lazygit /usr/local/bin
|
sudo install lazygit /usr/local/bin
|
||||||
rm lazygit.tar.gz lazygit
|
rm lazygit.tar.gz lazygit
|
||||||
|
mkdir -p ~/.config/lazygit/
|
||||||
|
touch ~/.config/lazygit/config.yml
|
||||||
cd -
|
cd -
|
||||||
|
|||||||
Reference in New Issue
Block a user