aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-28 02:35:46 +0300
committerawy <awy@tutamail.com>2024-08-28 02:35:46 +0300
commit5bac855b45c241e0cbe46518dc0b9f55deda3012 (patch)
treeee5015cb34fe4c917ec30809839fc4d49ec859d9 /rice.sh
parent4ac464abf31e4dfa011672a754f6ace68f94acc3 (diff)
tidy
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/rice.sh b/rice.sh
index db4877d..0d4c915 100755
--- a/rice.sh
+++ b/rice.sh
@@ -21,18 +21,16 @@ doas -u $PERMUSER mkdir -p /home/$PERMUSER/.cache/lf
doas -u $PERMUSER mkdir -p /home/$PERMUSER/.cache/zsh
doas -u $PERMUSER mkdir -p /home/$PERMUSER/.local/share/themes
doas -u $PERMUSER mkdir -p /home/$PERMUSER/.local/share/icons
-doas -u $PERMUSER mkdir -p /home/$PERMUSER/.local/share/papes
cd $WORKDIRECTORY
doas -u $PERMUSER curl -LO "https://github.com/catppuccin/gtk/releases/download/v1.0.3/catppuccin-mocha-yellow-standard+default.zip"
doas -u $PERMUSER unzip catppuccin-mocha-yellow-standard+default.zip
doas -u $PERMUSER mv catppuccin-mocha-yellow-standard+default catppuccin-yellow
doas -u $PERMUSER cp -r catppuccin-yellow /home/$PERMUSER/.local/share/themes
-rm -rf $WORKDIRECTORY/catppuccin-yellow
doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface gtk-theme "catppuccin-yellow"
doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu'
-#doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface font-name "Libertinus Serif 12"
+doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface font-name "Ubuntu 11"
cd $WORKDIRECTORY
doas -u $PERMUSER git clone https://github.com/zdharma-continuum/fast-syntax-highlighting