]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
xinitrc: Use absolute path for ssh-agent.
[config/dotfiles.git] / setup.sh
index cce1d19a0d0dfd35b764db8bea97de421c899678..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
@@ -45,3 +45,7 @@ fi
 if installed xpdf; then
     link xpdfrc ~/.xpdfrc
 fi
+if installed zathura; then
+    mkdir -p ~/.config/zathura
+    link zathurarc ~/.config/zathura/zathurarc
+fi