updated all apps
added lazygit
This commit is contained in:
parent
09151aff2e
commit
64a1412b33
1 changed files with 12 additions and 5 deletions
17
udeps.sh
17
udeps.sh
|
@ -42,12 +42,12 @@ sudo apt -my install \
|
||||||
libfuse2 \
|
libfuse2 \
|
||||||
make \
|
make \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
lua5.1
|
lua5.1 \
|
||||||
|
luarocks
|
||||||
|
|
||||||
release=$(lsb_release -cs)
|
release=$(lsb_release -cs)
|
||||||
if [[ $release == jammy || $release == noble ]]; then
|
if [[ $release == jammy || $release == noble ]]; then
|
||||||
sudo apt install \
|
sudo apt install \
|
||||||
bat \
|
|
||||||
duf \
|
duf \
|
||||||
btop
|
btop
|
||||||
fi
|
fi
|
||||||
|
@ -64,12 +64,19 @@ fi
|
||||||
|
|
||||||
#This section installs software outside apt
|
#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/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
|
git config --global core.pager delta
|
||||||
dpkg_url https://github.com/charmbracelet/glow/releases/download/v2.1.0/glow_2.1.0_amd64.deb
|
git config --global interactive.diffFilter 'delta --color-only'
|
||||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb
|
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"
|
echo "Install lazygit"
|
||||||
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | \grep -Po '"tag_name": *"v\K[^"]*')
|
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"
|
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
|
tar xf lazygit.tar.gz lazygit
|
||||||
sudo install lazygit -D -t /usr/local/bin/
|
sudo install lazygit -D -t /usr/local/bin/
|
||||||
|
trash lazygit lazygit.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue