dotfiles/command.list
2023-10-14 22:38:05 +02:00

6 lines
586 B
Text

^. ./sync.conf && $PM_COMMAND $PM_UPGRADE $PM_NOCONFIRM
^[ -d /tmp/yay ] && rm -rf /tmp/yay || printf ""
command -v makepkg && (command -v yay || (git clone https://aur.archlinux.org/yay /tmp/yay && (cd /tmp/yay && makepkg --noconfirm -si)))
^[ -d /tmp/pfetch ] && rm -rf /tmp/pfetch || printf ""
^git clone https://github.com/dylanaraps/pfetch.git /tmp/pfetch && cd /tmp/pfetch && (chmod a+x ./pfetch && $SYS_SUDO mv ./pfetch /usr/local/pfetch)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended || echo "zsh not installed"