Added lazygit

This commit is contained in:
2021-11-10 08:47:39 -05:00
parent ec6df57f47
commit eb158beeb6

View File

@@ -114,6 +114,13 @@ if [ "$system_type" = "Linux" ]; then
sudo systemctl enable docker.service
sudo systemctl enable containerd.service
fi
# Install lazygit if necessary
if ! command -v lazygit >/dev/null 2>&1; then
sudo add-apt-repository ppa:lazygit-team/release -y
sudo apt-get update -y
sudo apt-get install lazygit -y
fi
fi
# Oh My ZSH