From 8ef0d4868a8b6d66c6d805ce71df177765e70bef Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 18:17:14 -0600 Subject: chore(scripts): remove 11 unused scripts, fix yt-dlp aliases Removed scripts: - dotfiles_pushall, lsbak, project, protonvpn, steam - sudo-update-grub, sysupdate, transadd, update-backup-repositories - virtstart, ytp (duplicate of alias) Updated yt-dlp aliases in media.sh: - --add-metadata -> --embed-metadata (deprecated option) Co-Authored-By: Claude Opus 4.5 --- dotfiles/common/.local/bin/ytp | 1 - 1 file changed, 1 deletion(-) delete mode 100755 dotfiles/common/.local/bin/ytp (limited to 'dotfiles/common/.local/bin/ytp') diff --git a/dotfiles/common/.local/bin/ytp b/dotfiles/common/.local/bin/ytp deleted file mode 100755 index c24d50f..0000000 --- a/dotfiles/common/.local/bin/ytp +++ /dev/null @@ -1 +0,0 @@ -yt-dlp --ignore-config --yes-playlist --embed-metadata -i -o '%(channel)s-%(playlist_title)s-%(playlist_index)s-%(title)s.%(ext)s' $1 $2 $3 $4 -- cgit v1.2.3