X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=dd6e929d37894b0b34b7ba6f913b586cf98b1d24;hb=6bca597aa0b756cbd43da59a7dc30f9c4844e845;hp=d79992bdf5349021c7dd218d9a6a5563f8106aa8;hpb=bdcfa40cb46e5a90f255ee0be0e2588ecb5c7591;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index d79992b..dd6e929 100755 --- a/setup.sh +++ b/setup.sh @@ -18,7 +18,7 @@ # along with this program. If not, see . -set -e +set -eu . ../lib.sh @@ -52,3 +52,12 @@ if installed mplayer; then link mplayer ~/.mplayer fi fi +# Another MPlayer fork, but developed separately with a different config +# directory. +if installed mpv; then + link mpv ~/.config/mpv +fi + +if installed handbrake; then + link handbrake ~/.config/ghb +fi