1
1
Fork 0

Switch to yt-dlp

This commit is contained in:
Jonathan Schleifer 2021-11-13 09:23:23 +00:00
parent a9baa34cc4
commit 496ee36d69
3 changed files with 3 additions and 1 deletions

View file

@ -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