X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=a93d357ec98934b346283c3558fd2385f7738517;hb=095d69ad8c80f43f6d2db73c09eceef7576a271c;hp=d68dd723eab3ab5afe32a6de80599115e5e0a30e;hpb=b71680c55e6e492ed008f8ec5af3bf169b272f09;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index d68dd72..a93d357 100755 --- a/setup.sh +++ b/setup.sh @@ -35,14 +35,13 @@ 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, UXTerm and Rxvt are - # supported. + # are for XTerm and UXTerm. generate Xresources .in perl -ne \ 'if (/^Term/) { s/^Term//; print "XTerm", $_; print "UXTerm", $_; - print "Rxvt", $_; + print "URxvt", $_; } elsif (/^XTerm/) { print $_; s/^XTerm//; @@ -73,6 +72,8 @@ if installed X; then link Xresources ~/.Xresources link XCompose ~/.XCompose + link fonts ~/.fonts + link bin/xlockscreen ~/.xlockscreen fi @@ -83,6 +84,9 @@ if installed zathura; then mkdir -p ~/.config/zathura link zathurarc ~/.config/zathura/zathurarc fi +if installed katarakt; then + link katarakt.ini ~/.config/katarakt.ini +fi if installed feh; then mkdir -p ~/.config