11 lines
263 B
Bash
11 lines
263 B
Bash
#!/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 \
|
|
alacritty
|