]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
xinitrc: Use absolute path for ssh-agent.
[config/dotfiles.git] / setup.sh
index da09a70eb5bfd7c8b7b433b9aab30ec317b75439..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
@@ -34,13 +34,18 @@ if installed X; then
     sed 's/^#/!/' Xdefaults > Xdefaults.tmp
     mv Xdefaults.tmp Xdefaults
 
-    if [ `os` != darwin ]; then
+    if [ x`os` != xdarwin ]; then
         link xinitrc ~/.xinitrc
     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