mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
9 lines
158 B
Bash
9 lines
158 B
Bash
#!/bin/bash
|
|
|
|
yay -S --noconfirm --needed \
|
|
cargo clang llvm mise \
|
|
imagemagick \
|
|
mariadb-libs postgresql-libs \
|
|
github-cli \
|
|
lazygit lazydocker-bin
|