X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=2e4ba5afd9a6d09bb67eaaf346427886888f1822;hb=62a7d2081e7a2273b3deb69458382b8ef48559a4;hp=aa010ff616fe7eafd230af3e47cff12daef86a10;hpb=73ff664c0b33699029cab0f6c40c10cc78e90a04;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index aa010ff..2e4ba5a 100755 --- a/setup.sh +++ b/setup.sh @@ -67,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