added packages

This commit is contained in:
Stefen Auris 2025-04-27 23:13:00 -04:00
parent 8e42abcad4
commit 0189dbf6bd

View file

@ -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