configs  Check-in [5c11237bdf]

Overview
Comment:Switch to yt-dlp
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5c11237bdff644d5aed7c1fcb05351c72ae72b501d984960679e95466433f406
User & Date: js on 2021-11-13 09:23:23
Other Links: manifest | tags
Context
2021-11-14
20:21
ssh_config: Add config for pkgs.fedoraproject.org check-in: 380e2021e4 user: js tags: trunk
2021-11-13
09:23
Switch to yt-dlp check-in: 5c11237bdf user: js tags: trunk
09:17
tmux: Add overrides for xterm* check-in: 517b62895d user: js tags: trunk
Changes

Added mpv/mpv.conf version [1d9406ba9e].



>
1
script-opts=ytdl_hook-ytdl_path=yt-dlp

Modified setup.sh from [79cf5e942d] to [3cf6f2e405].

44
45
46
47
48
49
50

51
52
53
54
55
56
57
58
59
60
61
	fi
fi
have git && link_file git .config/git ../
if have gpg || have gpg2; then
	mkdir -p $HOME/.local/share/gnupg
	link_file gpg.conf .local/share/gnupg/gpg.conf ../../../
fi

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 zsh && link_file zshrc .zshrc
if have ssh; then
	mkdir -p $HOME/.ssh
	link_file ssh_config .ssh/config ../
fi

if test x"$(uname -s)" = x"Darwin"; then







>



|







44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
	fi
fi
have git && link_file git .config/git ../
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 yt-dlp && link_file yt-dlp .config/yt-dlp ../
have zsh && link_file zshrc .zshrc
if have ssh; then
	mkdir -p $HOME/.ssh
	link_file ssh_config .ssh/config ../
fi

if test x"$(uname -s)" = x"Darwin"; then

Name change from youtube-dl/config to yt-dlp/config.