summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh3
-rw-r--r--mpv/mpv.conf1
2 files changed, 4 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 86cee5e..df47827 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -22,6 +22,9 @@ ln -sf ${CONFIG_DIR}/muttrc ${HOME}/.mutt/muttrc
ln -sf ${CONFIG_DIR}/ripgreprc ${HOME}/.config/ripgreprc
+mkdir -p ${HOME}/.config/mpv
+ln -sf ${CONFIG_DIR}/mpv/mpv.conf ${HOME}/.config/mpv/mpv.conf
+
for profile in ${HOME}/.mozilla/firefox/*.default ${HOME}/.mozilla/firefox/*.default-release; do
[ ! -d "$profile" ] && continue
mkdir -p "$profile/chrome"
diff --git a/mpv/mpv.conf b/mpv/mpv.conf
new file mode 100644
index 0000000..621600c
--- /dev/null
+++ b/mpv/mpv.conf
@@ -0,0 +1 @@
+hwdec=vaapi