Skip to content

Commit 8d4bf16

Browse files
committed
Add packages, change icon theme
1 parent fb82166 commit 8d4bf16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

wsl-init-script.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ PACKAGES=(
2424
ranger
2525
ripgrep
2626
zoxide
27+
apt-rollback
28+
nautilus
29+
tilix
30+
papirus-icon-theme
2731
)
2832

2933
FISHER_PLUGINS=(
@@ -187,6 +191,10 @@ fix_annoyalances() {
187191

188192
# Zoxide
189193
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"
190198
}
191199

192200
main() {

0 commit comments

Comments
 (0)