diff --git a/.install_packages.sh.swp b/.install_packages.sh.swp new file mode 100644 index 0000000..da822b3 Binary files /dev/null and b/.install_packages.sh.swp differ diff --git a/aur_packages.sh b/aur_packages.sh index 5f7ce1a..28718e8 100755 --- a/aur_packages.sh +++ b/aur_packages.sh @@ -43,32 +43,32 @@ sudo pacman -S i3lock #packer --noconfirm -S ncpamixer-git speedometer cli-visualizer -#choices=$(cat .choices) -#for choice in $choices -#do - #case $choice in - #1) - #aurcheck vim-live-latex-preview - #git clone https://github.com/lukesmithxyz/latex-templates.git && mkdir -p /home/$USER/Documents/LaTeX && rsync -va latex-templates /home/$USER/Documents/LaTeX && rm -rf latex-templates - #;; - #6) - #aurcheck ttf-ancient-fonts - #;; - #7) - #aurcheck transmission-remote-cli-git - #;; - #esac -#done -#browsers=$(cat .browch) -#for choice in $browsers -#do - #case $choice in - #3) - #$ gpg --recv-keys 865E6C87C65285EC - #aurcheck palemoon-bin - #;; - #4) - #aurcheck waterfox-bin - #;; - #esac -#done +choices=$(cat .choices) +for choice in $choices +do + case $choice in + 1) + aurcheck vim-live-latex-preview + git clone https://github.com/lukesmithxyz/latex-templates.git && mkdir -p /home/$USER/Documents/LaTeX && rsync -va latex-templates /home/$USER/Documents/LaTeX && rm -rf latex-templates + ;; + 6) + aurcheck ttf-ancient-fonts + ;; + 7) + aurcheck transmission-remote-cli-git + ;; + esac +done +browsers=$(cat .browch) +for choice in $browsers +do + case $choice in + 3) + $ gpg --recv-keys 865E6C87C65285EC + aurcheck palemoon-bin + ;; + 4) + aurcheck waterfox-bin + ;; + esac +done