added packages
This commit is contained in:
parent
8e42abcad4
commit
0189dbf6bd
1 changed files with 5 additions and 3 deletions
8
adeps.sh
8
adeps.sh
|
@ -3,17 +3,16 @@
|
||||||
# installing base dependencies
|
# installing base dependencies
|
||||||
sudo pacman -Sy --needed \
|
sudo pacman -Sy --needed \
|
||||||
git \
|
git \
|
||||||
|
vim \
|
||||||
stow \
|
stow \
|
||||||
etckeeper \
|
etckeeper \
|
||||||
tmux \
|
tmux \
|
||||||
zsh \
|
zsh \
|
||||||
vim \
|
|
||||||
powerline\
|
powerline\
|
||||||
htop \
|
htop \
|
||||||
mc \
|
mc \
|
||||||
curl \
|
curl \
|
||||||
nnn \
|
nnn \
|
||||||
ack \
|
|
||||||
fzf \
|
fzf \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
grc \
|
grc \
|
||||||
|
@ -22,7 +21,10 @@ sudo pacman -Sy --needed \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
exa \
|
exa \
|
||||||
bat \
|
bat \
|
||||||
emacs
|
trash-cli \
|
||||||
|
bat \
|
||||||
|
duf \
|
||||||
|
dust
|
||||||
|
|
||||||
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