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/
|
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 ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue