File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,11 @@ install_asdf_plugins() {
155
155
done
156
156
}
157
157
158
+ setup_gesttings () {
159
+ gsettings set org.gnome.desktop.interface color-scheme prefer-dark
160
+ gsettings set org.gnome.desktop.interface icon-theme " Papirus"
161
+ }
162
+
158
163
setup_wsl () {
159
164
print " Setting up WSL..."
160
165
sudo rm -f /etc/wsl.conf
@@ -191,10 +196,6 @@ fix_annoyalances() {
191
196
192
197
# Zoxide
193
198
echo " zoxide init fish | source" >> $HOME /.config/fish/config.fish
194
-
195
- # Dark theme and Papirus
196
- gsettings set org.gnome.desktop.interface color-scheme prefer-dark
197
- gsettings set org.gnome.desktop.interface icon-theme " Papirus"
198
199
}
199
200
200
201
main () {
@@ -205,6 +206,7 @@ main() {
205
206
sudo apt update
206
207
install_asdf
207
208
install_asdf_plugins
209
+ setup_gesttings
208
210
setup_wsl
209
211
fix_annoyalances
210
212
print " Done! 🙌"
You can’t perform that action at this time.
0 commit comments