2022-12-18 21:43:34 +01:00
|
|
|
^. ./sync.conf && $PM_COMMAND $PM_UPGRADE
|
2022-12-16 15:33:59 +01:00
|
|
|
^[ -d /tmp/yay ] && rm -rf /tmp/yay
|
|
|
|
git clone https://aur.archlinux.org/yay /tmp/yay
|
2022-12-18 21:51:53 +01:00
|
|
|
cd /tmp/yay && makepkg --noconfirm -si && echo $PREF_TERM
|
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|