Since we will be going through a separate app mostly, this is not needed

This commit is contained in:
David Heinemeier Hansson
2024-06-13 12:33:57 +02:00
parent 2c9322ddc9
commit 1210e653f8

View File

@@ -41,8 +41,6 @@ if [ -n "$THEME" ] && [ "$THEME" != "<<-back" ]; then
code --install-extension $VSC_EXTENSION > /dev/null code --install-extension $VSC_EXTENSION > /dev/null
sed -i "s/\"workbench.colorTheme\": \".*\"/\"workbench.colorTheme\": \"$VSC_THEME\"/g" ~/.config/Code/User/settings.json sed -i "s/\"workbench.colorTheme\": \".*\"/\"workbench.colorTheme\": \"$VSC_THEME\"/g" ~/.config/Code/User/settings.json
gum spin --spinner globe --title "Restart terminal for full theme change (Super + W, then Alt + 2)" -- sleep 3
fi fi
source $OMAKUB_PATH/bin/omakub-menu source $OMAKUB_PATH/bin/omakub-menu