We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82166 commit 8d4bf16Copy full SHA for 8d4bf16
wsl-init-script.sh
@@ -24,6 +24,10 @@ PACKAGES=(
24
ranger
25
ripgrep
26
zoxide
27
+ apt-rollback
28
+ nautilus
29
+ tilix
30
+ papirus-icon-theme
31
)
32
33
FISHER_PLUGINS=(
@@ -187,6 +191,10 @@ fix_annoyalances() {
187
191
188
192
# Zoxide
189
193
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"
190
198
}
199
200
main() {
0 commit comments