removed menu redundancy?

This commit is contained in:
Luke 2017-10-05 21:52:39 -07:00
parent 10c94b9a9f
commit 718c23c65b
2 changed files with 29 additions and 29 deletions

BIN
.aur_packages.sh.swp Normal file

Binary file not shown.

View File

@ -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