Switch to yt-dlp
This commit is contained in:
parent
a9baa34cc4
commit
496ee36d69
3 changed files with 3 additions and 1 deletions
1
mpv/mpv.conf
Normal file
1
mpv/mpv.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
script-opts=ytdl_hook-ytdl_path=yt-dlp
|
3
setup.sh
3
setup.sh
|
@ -48,10 +48,11 @@ if have gpg || have gpg2; then
|
||||||
mkdir -p $HOME/.local/share/gnupg
|
mkdir -p $HOME/.local/share/gnupg
|
||||||
link_file gpg.conf .local/share/gnupg/gpg.conf ../../../
|
link_file gpg.conf .local/share/gnupg/gpg.conf ../../../
|
||||||
fi
|
fi
|
||||||
|
have mpv && link_file mpv .config/mpv ../
|
||||||
have sway && link_file sway .config/sway ../
|
have sway && link_file sway .config/sway ../
|
||||||
have tmux && link_file tmux .config/tmux ../
|
have tmux && link_file tmux .config/tmux ../
|
||||||
have vim && link_file vim .config/vim ../
|
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
|
have zsh && link_file zshrc .zshrc
|
||||||
if have ssh; then
|
if have ssh; then
|
||||||
mkdir -p $HOME/.ssh
|
mkdir -p $HOME/.ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue