1
0
Fork 0

removed unused annotator

This commit is contained in:
Kim, Jimin 2021-12-28 09:43:01 +09:00
parent c332d16112
commit a190830492

View file

@ -93,10 +93,6 @@ setup_alacritty() {
install ./home/pomp/.config/alacritty/alacritty.yml ~/.config/alacritty/ install ./home/pomp/.config/alacritty/alacritty.yml ~/.config/alacritty/
} }
setup_annotator() {
package_install annotator
}
setup_blender() { setup_blender() {
package_install blender package_install blender
} }
@ -876,7 +872,6 @@ setup_essentials
options=( options=(
"alacritty" "" off "alacritty" "" off
"annotator" "" off
"backup" "" off "backup" "" off
"blender" "" off "blender" "" off
"brave" "" off "brave" "" off
@ -938,7 +933,6 @@ clear
for choice in $choices; do for choice in $choices; do
case "$choice" in case "$choice" in
"alacritty") setup_alacritty ;; "alacritty") setup_alacritty ;;
"annotator") setup_annotator ;;
"blender") setup_blender ;; "blender") setup_blender ;;
"brave") setup_brave ;; "brave") setup_brave ;;
"btop") setup_btop ;; "btop") setup_btop ;;