dotfiles/command.list

6 lines
297 B
Text
Raw Normal View History

2023-10-14 22:38:04 +02:00
^. ./sync.conf && $PM_COMMAND $PM_UPGRADE
2023-10-14 22:38:04 +02:00
^[ -d /tmp/yay ] && rm -rf /tmp/yay
git clone https://aur.archlinux.org/yay /tmp/yay
2023-10-14 22:38:04 +02: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