Updates
This commit is contained in:
parent
d934e2a9cb
commit
7106d5584a
@ -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/
|
||||
|
6
start.sh
6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user