Files
zshrc/arch.setup.sh
T
2022-09-13 23:54:51 -04:00

9 lines
155 B
Bash

#!/usr/bin/env bash
# Install yay
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git /tmp/yay
cd /tmp/yay
makepkg -si
cd -