diff options
| -rwxr-xr-x | deploy.sh | 2 | ||||
| -rw-r--r-- | yt-dlp.conf | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -56,3 +56,5 @@ ln -sf ${CONFIG_DIR}/xdg/user-dirs.conf ${HOME}/.config/user-dirs.conf mkdir -p ${HOME}/.config/tmux ln -sf ${CONFIG_DIR}/tmux.conf ${HOME}/.config/tmux/tmux.conf + +ln -sf ${CONFIG_DIR}/yt-dlp.conf ${HOME}/.config/yt-dlp.conf diff --git a/yt-dlp.conf b/yt-dlp.conf new file mode 100644 index 0000000..d96cd1f --- /dev/null +++ b/yt-dlp.conf @@ -0,0 +1 @@ +-t mkv |
