mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Initial basics
This commit is contained in:
6
install/yay.sh
Normal file
6
install/yay.sh
Normal file
@ -0,0 +1,6 @@
|
||||
sudo pacman -S --needed base-devel
|
||||
git clone https://aur.archlinux.org/yay-bin.git
|
||||
cd yay-bin
|
||||
makepkg -si
|
||||
cd ~
|
||||
rm -rf yay-bin
|
Reference in New Issue
Block a user