13 lines
322 B
Bash
Executable File
13 lines
322 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo pacman -S --noconfirm --needed \
|
|
unzip inetutils impala \
|
|
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
|
|
wl-clipboard fastfetch btop \
|
|
man tldr less whois plocate \
|
|
starship bash-completion \
|
|
gum python-poetry-core python-terminaltexteffects \
|
|
tzupdate \
|
|
ufw ufw-docker \
|
|
alacritty
|