Skip to content

Instantly share code, notes, and snippets.

@KrisDevelopment
Created August 12, 2024 10:52
Show Gist options
  • Save KrisDevelopment/56ce0b4c241daccd9b1fa1bd1e6e3a18 to your computer and use it in GitHub Desktop.
Save KrisDevelopment/56ce0b4c241daccd9b1fa1bd1e6e3a18 to your computer and use it in GitHub Desktop.
LazyGit Install Debian
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment