]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
xmonad/xmonad.hs: Minor documentation fix.
[config/dotfiles.git] / setup.sh
index 6c500a8f4370b51e3b658d2f7b65f289a852d37f..2e4ba5afd9a6d09bb67eaaf346427886888f1822 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -52,6 +52,9 @@ if installed X; then
     if [ x`os` != xdarwin ]; then
         link xinitrc ~/.xinitrc
     fi
+    if [ -f xinitrc.local ]; then
+        link xinitrc.local ~/.xinitrc.local
+    fi
     link xmodmaprc ~/.xmodmaprc
     link Xdefaults ~/.Xdefaults
     link XCompose ~/.XCompose
@@ -64,3 +67,11 @@ if installed zathura; then
     mkdir -p ~/.config/zathura
     link zathurarc ~/.config/zathura/zathurarc
 fi
+
+if installed feh; then
+    mkdir -p ~/.config
+    link feh ~/.config/feh
+    # Older feh versions only support theme options and configure them through
+    # ~/.fehrc.
+    link feh/themes ~/.fehrc
+fi