mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-23 22:44:37 -04:00
Added lazygit
This commit is contained in:
@@ -114,6 +114,13 @@ if [ "$system_type" = "Linux" ]; then
|
|||||||
sudo systemctl enable docker.service
|
sudo systemctl enable docker.service
|
||||||
sudo systemctl enable containerd.service
|
sudo systemctl enable containerd.service
|
||||||
fi
|
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
|
fi
|
||||||
|
|
||||||
# Oh My ZSH
|
# Oh My ZSH
|
||||||
|
|||||||
Reference in New Issue
Block a user