X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=2e4ba5afd9a6d09bb67eaaf346427886888f1822;hb=e7ae86e52ffd85a57a0f8c5d295548bdf28b68d7;hp=6c500a8f4370b51e3b658d2f7b65f289a852d37f;hpb=80ec2902478cf11da5737951f104f55918837dd7;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 6c500a8..2e4ba5a 100755 --- a/setup.sh +++ b/setup.sh @@ -52,6 +52,9 @@ if installed X; then if [ x`os` != xdarwin ]; then link xinitrc ~/.xinitrc fi + if [ -f xinitrc.local ]; then + link xinitrc.local ~/.xinitrc.local + fi link xmodmaprc ~/.xmodmaprc link Xdefaults ~/.Xdefaults link XCompose ~/.XCompose @@ -64,3 +67,11 @@ if installed zathura; then mkdir -p ~/.config/zathura link zathurarc ~/.config/zathura/zathurarc fi + +if installed feh; then + mkdir -p ~/.config + link feh ~/.config/feh + # Older feh versions only support theme options and configure them through + # ~/.fehrc. + link feh/themes ~/.fehrc +fi