#!/bin/zsh ZSH_SOURCE=${(%):-%x} $(dirname $ZSH_SOURCE)/aurutils/bootstrap export AUR_PAGER=nvim aur sync -nr autojump aur sync -nr sway-services-git aur sync -nr nnn-nerd aur sync -nr sunwait sudo pacman -Sy \ autojump \ sway-services-git \ nnn-nerd \ sunwait echo "Install graphical applications from aur? (could take a while) [Y/n]" read REPLY if [[ $REPLY =~ ^[Yy]$ ]] then aur sync -nr freetube-bin aur sync -nr lagrange aur sync -nr localsend-bin aur sync -nr moonlight-qt-bin aur sync -nr minecraft-launcher aur sync -nr nbtexplorer aur sync -nr flips sudo pacman -Sy \ freetube-bin \ lagrange \ localsend-bin \ moonlight-qt-bin \ minecraft-launcher \ nbtexplorer \ flips fi echo "Install japanese keyboard from aur? (will take a while) [Y/n]" read REPLY if [[ $REPLY =~ ^[Yy]$ ]] then $(dirname $ZSH_SOURCE)/fcitx5/bootstrap fi