diff --git a/scripts/gnome/extensions.sh b/scripts/gnome/extensions.sh index 2fde672..0e3d118 100755 --- a/scripts/gnome/extensions.sh +++ b/scripts/gnome/extensions.sh @@ -10,16 +10,13 @@ gnome-extensions disable ubuntu-appindicators@ubuntu.com gnome-extensions disable ubuntu-dock@ubuntu.com gnome-extensions disable ding@rastersoft.com -# Pause to assure user is ready to accept confirmations -gum confirm "To install Gnome extensions, you need to accept some confirmations. Ready?" - # Install new extensions -gext install tactile@lundal.io -gext install just-perfection-desktop@just-perfection -gext install blur-my-shell@aunetx -gext install space-bar@luchrioh -gext install undecorate@sun.wxg@gmail.com -gext install AlphabeticalAppGrid@stuarthayhurst +gnome-extensions install tactile@lundal.io +gnome-extensions install just-perfection-desktop@just-perfection +gnome-extensions install blur-my-shell@aunetx +gnome-extensions install space-bar@luchrioh +gnome-extensions install undecorate@sun.wxg@gmail.com +gnome-extensions install AlphabeticalAppGrid@stuarthayhurst # Compile gsettings schemas in order to be able to set them sudo cp ~/.local/share/gnome-shell/extensions/tactile@lundal.io/schemas/org.gnome.shell.extensions.tactile.gschema.xml /usr/share/glib-2.0/schemas/ diff --git a/start.sh b/start.sh index 4a656bf..5821ac0 100755 --- a/start.sh +++ b/start.sh @@ -54,8 +54,6 @@ else fi # Dev tools -./scripts/dev/langs.sh -./scripts/apps/yazi.sh ./scripts/apps/starship-prompt.sh # Gnome @@ -65,7 +63,3 @@ fi # Desktop BG cp ./assets/background.png "$HOME/background.png" gsettings set org.gnome.desktop.background picture-uri "file://$HOME/background.png" - -# Ansible -install software-properties-common -install ansible