dotfiles/command.list

6 lines
339 B
Text
Raw Normal View History

2022-12-18 22:21:22 +01:00
^. ./sync.conf && $PM_COMMAND $PM_UPGRADE $PM_NOCONFIRM
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
2022-12-18 22:21:22 +01:00
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended || echo "zsh not installed"