From eb158beeb616d393b7efd9a8a13b6019c0e01c53 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Wed, 10 Nov 2021 08:47:39 -0500 Subject: [PATCH] Added lazygit --- .config/yadm/bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 16a0430..85bf8ce 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -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