merged ddeps changes
This commit is contained in:
parent
37a832dbb2
commit
55968fcc83
1 changed files with 10 additions and 9 deletions
19
ddeps.sh
19
ddeps.sh
|
@ -15,15 +15,15 @@ function dpkg_url() {
|
||||||
sudo apt-get -my install \
|
sudo apt-get -my install \
|
||||||
git \
|
git \
|
||||||
wget \
|
wget \
|
||||||
stow \
|
stow \
|
||||||
etckeeper \
|
etckeeper \
|
||||||
tmux \
|
tmux \
|
||||||
zsh \
|
zsh \
|
||||||
powerline\
|
powerline\
|
||||||
htop \
|
htop \
|
||||||
mc \
|
mc \
|
||||||
curl \
|
curl \
|
||||||
aptitude \
|
aptitude \
|
||||||
nnn \
|
nnn \
|
||||||
ack \
|
ack \
|
||||||
fzf \
|
fzf \
|
||||||
|
@ -37,6 +37,7 @@ sudo apt-get -my install \
|
||||||
trash-cli \
|
trash-cli \
|
||||||
bat \
|
bat \
|
||||||
neovim
|
neovim
|
||||||
|
nala
|
||||||
|
|
||||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue