X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=53fc2672691662b8c68cd9bab0d6c26e6863aaab;hb=e81089931401a54fba039227bee2cb84fd1c9306;hp=2dc16935fca9588f90882fd30139316d6cb49800;hpb=429ce4dc8ecc960043dc0258bd0f795ef66e62ba;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 2dc1693..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 @@ -71,4 +73,7 @@ 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