X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.sh;h=cce1d19a0d0dfd35b764db8bea97de421c899678;hb=de57a54e54230179017cdea80b8bed47c6042ce6;hp=e0c0b5fe33936fb8face1dafb3f6817c57bf55bf;hpb=55aa80961a4ca7e65cbc538576bff13ac26721d2;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index e0c0b5f..cce1d19 100755 --- a/setup.sh +++ b/setup.sh @@ -14,7 +14,8 @@ fi if installed X; then # Prevent code duplication. Term* rules are for all terminals; XTerm rules - # are for XTerm and UXTerm. At the moment XTerm and UXTerm are supported. + # are for XTerm and UXTerm. At the moment XTerm, UXTerm and Rxvt are + # supported. generate perl Xdefaults -ne \ 'if (/^Term/) { s/^Term//; @@ -33,9 +34,14 @@ 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