Refactor arch install script

This commit is contained in:
olari
2019-04-14 02:43:46 +03:00
parent cbf6cd3f07
commit b1c23bd28b
4 changed files with 263 additions and 208 deletions

16
bash/setup_gnome.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
yay -S yaru-gtk-theme yaru-sound-theme gnome-shell-extension-ubuntu-dock
yay -S yaru-icon-theme # needs to be installed seperately for some reason
#gsettings set org.gnome.desktop.interface enable-animations false
gsettings set org.gnome.desktop.interface gtk-theme Yaru-dark
gsettings set org.gnome.desktop.interface cursor-theme Yaru
gsettings set org.gnome.desktop.interface icon-theme Yaru
gsettings set org.gnome.desktop.sound sound-theme Yaru
gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us+dvp')]"
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:lctrl', 'ctrl:nocaps', 'altwin:alt_super_win']"
gsettings set org.gnome.shell enabled-extensions "['ubuntu-dock@ubuntu.com']"