]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
xinitrc: Start ssh-agent with -s.
[config/dotfiles.git] / setup.sh
index 5aaceac4c944a1e93833131993e339e41e9e1bf3..efd7255a281c935fc698834c595e03b584b569af 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -9,7 +9,7 @@ if installed stumpwm; then
     link stumpwmrc ~/.stumpwmrc
 fi
 if installed xmonad; then
-    link . ~/.xmonad
+    link xmonad ~/.xmonad
 fi
 
 if installed X; then
@@ -39,8 +39,13 @@ if installed X; then
     fi
     link xmodmaprc ~/.xmodmaprc
     link Xdefaults ~/.Xdefaults
+    link XCompose ~/.XCompose
 fi
 
 if installed xpdf; then
     link xpdfrc ~/.xpdfrc
 fi
+if installed zathura; then
+    mkdir -p ~/.config/zathura
+    link zathurarc ~/.config/zathura/zathurarc
+fi