diff options
| author | schererleander <leander@leander-scherer.de> | 2024-03-11 17:12:20 +0100 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2024-03-11 17:12:20 +0100 |
| commit | b77a7d585cf6cf2420dd770e42ba5b1e08a4e12c (patch) | |
| tree | 1e609feaf2356f80ea95cc0f61fc2ecddc875f6b /.config/install.sh | |
| parent | be73020a8d6d0beefdedf6f2c2c1ffa3cc8a82b6 (diff) | |
initial commit
Diffstat (limited to '.config/install.sh')
| -rw-r--r-- | .config/install.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/install.sh b/.config/install.sh new file mode 100644 index 0000000..19f627d --- /dev/null +++ b/.config/install.sh @@ -0,0 +1,8 @@ +ln --symbolic ~/.cache/wal/gtkrc ~/.themes/FlatColor/gtk-2.0/gtkrc +ln --symbolic ~/.cache/wal/gtk.css ~/.themes/FlatColor/gtk-3.0/gtk.css +ln --symbolic ~/.cache/wal/gtk-3.20.css ~/.themes/FlatColor/gtk-3.20/gtk.css + +ln --symbolic ~/.cache/wal/themerc ~/.themes/Walbox/openbox-3/themerc + +ln --symbolic ~/.cache/wal/dunstrc ~/.config/dunst/dunstrc +ln --symbolic ~/.cache/wal/zathurarc ~/.config/zathura/zathurarc |
