diff --git a/odeps.sh b/odeps.sh index 7b9cb5a..29a7b0b 100755 --- a/odeps.sh +++ b/odeps.sh @@ -2,17 +2,27 @@ #These are the programs I expect to find on any install echo "installing base dependencies" -sudo zypper install git \ +sudo zypper install \ + git \ stow \ etckeeper \ tmux \ zsh \ - vim \ + vim \ powerline\ htop \ mc \ - curl - + curl \ + nnn \ + ack \ + fzf \ + ripgrep \ + grc \ + ncdu \ + bat \ + duf \ + bottom +#need an exa alternative read -n1 -p $'Does this system need ssh access?\n' REPLY if [[ $REPLY == [Yy] ]]; then sudo zypper install openssh-server diff --git a/udeps.sh b/udeps.sh index a17af4b..d3e7ba7 100755 --- a/udeps.sh +++ b/udeps.sh @@ -13,24 +13,24 @@ function dpkg_url() { # installing base dependencies sudo apt-get -my install \ - git \ + git \ stow \ etckeeper \ tmux \ zsh \ - vim \ + vim \ powerline\ htop \ mc \ curl \ aptitude \ - nnn \ - ack \ - fzf \ - ripgrep \ - grc \ - fd-find \ - ncdu + nnn \ + ack \ + fzf \ + ripgrep \ + grc \ + fd-find \ + ncdu read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then