diff --git a/ddeps.sh b/ddeps.sh index c730dc5..92e9d6f 100755 --- a/ddeps.sh +++ b/ddeps.sh @@ -33,7 +33,10 @@ sudo apt-get -my install \ ncdu \ exa \ bottom \ - neofetch + neofetch \ + trash-cli \ + bat \ + neovim read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then @@ -41,18 +44,11 @@ read -n1 -p $'Does this system need a ssh server?\n' REPLY fi read -n1 -p $'\nDoes this system have a GUI?\n' REPLY if [[ $REPLY == [Yy] ]]; then - sudo apt-get install synaptic emacs vim-gtk3 + sudo apt-get install synaptic emacs vim-gtk3 neovim-qt else sudo apt-get install emacs-nox fi -#Fix stupid Rust issue -if [ -f "/usr/.crates2.json" ]; then - sudo sed -i '/crates2/d' /var/lib/dpkg/info/ripgrep.list - sudo rm -f /usr/.crates2.json - sudo apt-get -my install bat - sudo sed -i '/crates2/d' /var/lib/dpkg/info/bat.list - sudo rm -f /usr/.crates2.json -fi #This section installs software outside apt -dpkg_url https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.deb +dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb +dpkg_url https://github.com/dandavison/delta/releases/download/0.15.1/git-delta_0.15.1_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.15.1/git-delta-musl_0.15.1_amd64.deb diff --git a/udeps.sh b/udeps.sh index f70bbf2..9d6f7c1 100755 --- a/udeps.sh +++ b/udeps.sh @@ -32,7 +32,8 @@ sudo apt-get -my install \ fd-find \ ncdu \ tree \ - neofetch + neofetch \ + trash-cli \ nala read -n1 -p $'Does this system need a ssh server?\n' REPLY @@ -41,7 +42,7 @@ read -n1 -p $'Does this system need a ssh server?\n' REPLY fi read -n1 -p $'\nDoes this system have a GUI?\n' REPLY if [[ $REPLY == [Yy] ]]; then - sudo apt-get install synaptic emacs vim-gtk3 + sudo apt-get install synaptic emacs vim-gtk3 neovim-qt else sudo apt-get install emacs-nox fi