mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-07 04:30:55 +02:00
No more identification up front, no toast during initial install
11 lines
272 B
Bash
11 lines
272 B
Bash
#!/bin/bash
|
|
|
|
yay -S --noconfirm --needed \
|
|
unzip inetutils impala \
|
|
fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \
|
|
wl-clipboard btop \
|
|
man tldr less whois plocate \
|
|
starship bash-completion \
|
|
gum python-poetry-core python-terminaltexteffects \
|
|
alacritty
|