mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
12 lines
273 B
Bash
12 lines
273 B
Bash
#!/bin/bash
|
|
|
|
show_logo
|
|
show_subtext "Let's install basic terminal tools..."
|
|
|
|
yay -S --noconfirm --needed \
|
|
wget curl unzip inetutils impala \
|
|
fd eza fzf ripgrep zoxide bat jq \
|
|
wl-clipboard fastfetch btop \
|
|
man tldr less whois plocate bash-completion \
|
|
alacritty
|