updated packages
This commit is contained in:
parent
7fcc7fb2ab
commit
8b77afc910
2 changed files with 23 additions and 13 deletions
16
odeps.sh
16
odeps.sh
|
@ -2,7 +2,8 @@
|
||||||
#These are the programs I expect to find on any install
|
#These are the programs I expect to find on any install
|
||||||
|
|
||||||
echo "installing base dependencies"
|
echo "installing base dependencies"
|
||||||
sudo zypper install git \
|
sudo zypper install \
|
||||||
|
git \
|
||||||
stow \
|
stow \
|
||||||
etckeeper \
|
etckeeper \
|
||||||
tmux \
|
tmux \
|
||||||
|
@ -11,8 +12,17 @@ sudo zypper install git \
|
||||||
powerline\
|
powerline\
|
||||||
htop \
|
htop \
|
||||||
mc \
|
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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue