X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.sh;h=53fc2672691662b8c68cd9bab0d6c26e6863aaab;hb=e81089931401a54fba039227bee2cb84fd1c9306;hp=aa010ff616fe7eafd230af3e47cff12daef86a10;hpb=73ff664c0b33699029cab0f6c40c10cc78e90a04;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index aa010ff..53fc267 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . +set -e + . ../lib.sh if installed stumpwm; then @@ -67,3 +69,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