mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
9 lines
206 B
Bash
9 lines
206 B
Bash
#!/bin/bash
|
|
|
|
yay -S --noconfirm --needed \
|
|
wget curl unzip inetutils impala \
|
|
fd eza fzf ripgrep zoxide bat \
|
|
wl-clipboard fastfetch btop \
|
|
man tldr less whois plocate bash-completion \
|
|
alacritty
|