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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue