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: |
5c11237bdff644d5aed7c1fcb05351c7 |
User & Date: | js 2021-11-13 09:23:23 |
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.
> | 1 | script-opts=ytdl_hook-ytdl_path=yt-dlp |
Changes to setup.sh.
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 | 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 ../ | > | | 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.
︙ | ︙ |