alphabetized
This commit is contained in:
parent
64a1412b33
commit
98f56fc4aa
1 changed files with 21 additions and 20 deletions
41
udeps.sh
41
udeps.sh
|
@ -19,31 +19,32 @@ function dpkg_url() {
|
|||
|
||||
# installing base dependencies
|
||||
sudo apt -my install \
|
||||
git \
|
||||
vim \
|
||||
stow \
|
||||
etckeeper \
|
||||
tmux \
|
||||
zsh \
|
||||
powerline htop \
|
||||
mc \
|
||||
curl \
|
||||
aptitude \
|
||||
nnn \
|
||||
ack \
|
||||
aptitude \
|
||||
curl \
|
||||
etckeeper \
|
||||
fzf \
|
||||
ripgrep \
|
||||
git \
|
||||
grc \
|
||||
fd-find \
|
||||
ncdu \
|
||||
tree \
|
||||
trash-cli \
|
||||
nala \
|
||||
htop \
|
||||
libfuse2 \
|
||||
make \
|
||||
shellcheck \
|
||||
lua5.1 \
|
||||
luarocks
|
||||
luarocks \
|
||||
make \
|
||||
mc \
|
||||
nala \
|
||||
ncdu \
|
||||
nnn \
|
||||
powerline \
|
||||
ripgrep \
|
||||
shellcheck \
|
||||
stow \
|
||||
tmux \
|
||||
trash-cli \
|
||||
tree \
|
||||
vim \
|
||||
wget \
|
||||
zsh
|
||||
|
||||
release=$(lsb_release -cs)
|
||||
if [[ $release == jammy || $release == noble ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue