updated dependencies
This commit is contained in:
parent
af7703c168
commit
64b91ec3d8
1 changed files with 9 additions and 3 deletions
12
odeps.sh
12
odeps.sh
|
@ -4,12 +4,13 @@
|
||||||
echo "installing base dependencies"
|
echo "installing base dependencies"
|
||||||
sudo zypper install \
|
sudo zypper install \
|
||||||
git \
|
git \
|
||||||
|
vim \
|
||||||
stow \
|
stow \
|
||||||
etckeeper \
|
etckeeper \
|
||||||
tmux \
|
tmux \
|
||||||
zsh \
|
zsh \
|
||||||
vim \
|
|
||||||
powerline\
|
powerline\
|
||||||
|
fd \
|
||||||
htop \
|
htop \
|
||||||
mc \
|
mc \
|
||||||
curl \
|
curl \
|
||||||
|
@ -19,11 +20,16 @@ sudo zypper install \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
grc \
|
grc \
|
||||||
ncdu \
|
ncdu \
|
||||||
bat
|
bat \
|
||||||
|
trash-cli \
|
||||||
|
lua54 \
|
||||||
|
duf \
|
||||||
|
dust \
|
||||||
|
neovim
|
||||||
|
|
||||||
read -n1 -p $'Does this system need ssh access?\n' REPLY
|
read -n1 -p $'Does this system need ssh access?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
sudo zypper install openssh-server
|
sudo zypper install openssh-server fail2ban
|
||||||
fi
|
fi
|
||||||
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue