mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05: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 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
|
||||
|
||||
Reference in New Issue
Block a user