removed unused annotator
This commit is contained in:
parent
c332d16112
commit
a190830492
1 changed files with 0 additions and 6 deletions
6
setup.sh
6
setup.sh
|
@ -93,10 +93,6 @@ setup_alacritty() {
|
|||
install ./home/pomp/.config/alacritty/alacritty.yml ~/.config/alacritty/
|
||||
}
|
||||
|
||||
setup_annotator() {
|
||||
package_install annotator
|
||||
}
|
||||
|
||||
setup_blender() {
|
||||
package_install blender
|
||||
}
|
||||
|
@ -876,7 +872,6 @@ setup_essentials
|
|||
|
||||
options=(
|
||||
"alacritty" "" off
|
||||
"annotator" "" off
|
||||
"backup" "" off
|
||||
"blender" "" off
|
||||
"brave" "" off
|
||||
|
@ -938,7 +933,6 @@ clear
|
|||
for choice in $choices; do
|
||||
case "$choice" in
|
||||
"alacritty") setup_alacritty ;;
|
||||
"annotator") setup_annotator ;;
|
||||
"blender") setup_blender ;;
|
||||
"brave") setup_brave ;;
|
||||
"btop") setup_btop ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue