From 64a1412b33b96e67206f44efed965001efbaa31f Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Wed, 27 Aug 2025 16:42:19 -0400 Subject: [PATCH] updated all apps added lazygit --- udeps.sh | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/udeps.sh b/udeps.sh index c261bee..e1efd8d 100755 --- a/udeps.sh +++ b/udeps.sh @@ -42,12 +42,12 @@ sudo apt -my install \ libfuse2 \ make \ shellcheck \ - lua5.1 + lua5.1 \ + luarocks release=$(lsb_release -cs) if [[ $release == jammy || $release == noble ]]; then sudo apt install \ - bat \ duf \ btop fi @@ -64,12 +64,19 @@ fi #This section installs software outside apt dpkg_url https://github.com/dandavison/delta/releases/download/0.18.2/git-delta_0.18.2_amd64.deb -dpkg_url https://github.com/bootandy/dust/releases/download/v1.1.2/du-dust_1.1.2-1_amd64.deb -dpkg_url https://github.com/charmbracelet/glow/releases/download/v2.1.0/glow_2.1.0_amd64.deb -dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb +git config --global core.pager delta +git config --global interactive.diffFilter 'delta --color-only' +git config --global delta.navigate true +git config --global merge.conflictStyle zdiff3 +dpkg_url https://github.com/bootandy/dust/releases/download/v1.2.3/du-dust_1.2.3-1_amd64.deb +dpkg_url https://github.com/charmbracelet/glow/releases/download/v2.1.1/glow_2.1.1_amd64.deb +dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom_0.11.1-1_amd64.deb +dpkg_url https://github.com/sharkdp/bat/releases/download/v0.25.0/bat_0.25.0_amd64.tmp_deb +dpkg_url https://github.com/sharkdp/fd/releases/download/v10.3.0/fd_10.3.0_amd64.deb echo "Install lazygit" 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/download/v${LAZYGIT_VERSION}/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" tar xf lazygit.tar.gz lazygit sudo install lazygit -D -t /usr/local/bin/ +trash lazygit lazygit.tar.gz