From 64b91ec3d8bee0129f05d2680f30e6775517bea4 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Mon, 30 Jun 2025 19:36:00 -0400 Subject: [PATCH] updated dependencies --- odeps.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/odeps.sh b/odeps.sh index d4f87cb..1ffcd89 100755 --- a/odeps.sh +++ b/odeps.sh @@ -4,12 +4,13 @@ echo "installing base dependencies" sudo zypper install \ git \ + vim \ stow \ etckeeper \ tmux \ zsh \ - vim \ powerline\ + fd \ htop \ mc \ curl \ @@ -19,11 +20,16 @@ sudo zypper install \ ripgrep \ grc \ ncdu \ - bat + bat \ + trash-cli \ + lua54 \ + duf \ + dust \ + neovim read -n1 -p $'Does this system need ssh access?\n' REPLY if [[ $REPLY == [Yy] ]]; then - sudo zypper install openssh-server + sudo zypper install openssh-server fail2ban fi read -n1 -p $'\nDoes this system have a GUI?\n' REPLY if [[ $REPLY == [Yy] ]]; then