alphabetized

This commit is contained in:
Stefen Auris 2025-08-27 20:57:50 -04:00
parent 64a1412b33
commit 98f56fc4aa

View file

@ -19,31 +19,32 @@ function dpkg_url() {
# installing base dependencies # installing base dependencies
sudo apt -my install \ sudo apt -my install \
git \
vim \
stow \
etckeeper \
tmux \
zsh \
powerline htop \
mc \
curl \
aptitude \
nnn \
ack \ ack \
aptitude \
curl \
etckeeper \
fzf \ fzf \
ripgrep \ git \
grc \ grc \
fd-find \ htop \
ncdu \
tree \
trash-cli \
nala \
libfuse2 \ libfuse2 \
make \
shellcheck \
lua5.1 \ lua5.1 \
luarocks luarocks \
make \
mc \
nala \
ncdu \
nnn \
powerline \
ripgrep \
shellcheck \
stow \
tmux \
trash-cli \
tree \
vim \
wget \
zsh
release=$(lsb_release -cs) release=$(lsb_release -cs)
if [[ $release == jammy || $release == noble ]]; then if [[ $release == jammy || $release == noble ]]; then