mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
7 lines
138 B
Bash
7 lines
138 B
Bash
sudo pacman -S --needed base-devel
|
|
git clone https://aur.archlinux.org/yay-bin.git
|
|
cd yay-bin
|
|
makepkg -si --noconfirm
|
|
cd ~
|
|
rm -rf yay-bin
|