diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..c57d02d --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1 @@ +script-opts=ytdl_hook-ytdl_path=yt-dlp diff --git a/setup.sh b/setup.sh index 8a246f5..1fe3e18 100755 --- a/setup.sh +++ b/setup.sh @@ -48,10 +48,11 @@ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg link_file gpg.conf .local/share/gnupg/gpg.conf ../../../ fi +have mpv && link_file mpv .config/mpv ../ have sway && link_file sway .config/sway ../ have tmux && link_file tmux .config/tmux ../ have vim && link_file vim .config/vim ../ -have youtube-dl && link_file youtube-dl .config/youtube-dl ../ +have yt-dlp && link_file yt-dlp .config/yt-dlp ../ have zsh && link_file zshrc .zshrc if have ssh; then mkdir -p $HOME/.ssh diff --git a/youtube-dl/config b/yt-dlp/config similarity index 100% rename from youtube-dl/config rename to yt-dlp/config