summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 3 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"