removed menu redundancy?
This commit is contained in:
parent
10c94b9a9f
commit
718c23c65b
2 changed files with 29 additions and 29 deletions
BIN
.aur_packages.sh.swp
Normal file
BIN
.aur_packages.sh.swp
Normal file
Binary file not shown.
|
@ -43,32 +43,32 @@ sudo pacman -S i3lock
|
||||||
|
|
||||||
#packer --noconfirm -S ncpamixer-git speedometer cli-visualizer
|
#packer --noconfirm -S ncpamixer-git speedometer cli-visualizer
|
||||||
|
|
||||||
choices=$(cat .choices)
|
#choices=$(cat .choices)
|
||||||
for choice in $choices
|
#for choice in $choices
|
||||||
do
|
#do
|
||||||
case $choice in
|
#case $choice in
|
||||||
1)
|
#1)
|
||||||
aurcheck vim-live-latex-preview
|
#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
|
#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)
|
#6)
|
||||||
aurcheck ttf-ancient-fonts
|
#aurcheck ttf-ancient-fonts
|
||||||
;;
|
#;;
|
||||||
7)
|
#7)
|
||||||
aurcheck transmission-remote-cli-git
|
#aurcheck transmission-remote-cli-git
|
||||||
;;
|
#;;
|
||||||
esac
|
#esac
|
||||||
done
|
#done
|
||||||
browsers=$(cat .browch)
|
#browsers=$(cat .browch)
|
||||||
for choice in $browsers
|
#for choice in $browsers
|
||||||
do
|
#do
|
||||||
case $choice in
|
#case $choice in
|
||||||
3)
|
#3)
|
||||||
$ gpg --recv-keys 865E6C87C65285EC
|
#$ gpg --recv-keys 865E6C87C65285EC
|
||||||
aurcheck palemoon-bin
|
#aurcheck palemoon-bin
|
||||||
;;
|
#;;
|
||||||
4)
|
#4)
|
||||||
aurcheck waterfox-bin
|
#aurcheck waterfox-bin
|
||||||
;;
|
#;;
|
||||||
esac
|
#esac
|
||||||
done
|
#done
|
||||||
|
|
Loading…
Reference in a new issue