10 lines
238 B
Bash
10 lines
238 B
Bash
#!/bin/bash
|
|
|
|
yay -S --noconfirm --needed \
|
|
wget curl unzip inetutils impala \
|
|
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
|
|
wl-clipboard fastfetch btop \
|
|
man tldr less whois plocate \
|
|
starship bash-completion \
|
|
alacritty
|