X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=3b796ba4422d1d551228528658278f0058f9f3b8;hb=5389614bdcc29a3a0446b5fc0356a58dc1bcf952;hp=d79992bdf5349021c7dd218d9a6a5563f8106aa8;hpb=bdcfa40cb46e5a90f255ee0be0e2588ecb5c7591;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index d79992b..3b796ba 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,8 @@ 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 ~/.mpv +fi