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