diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 18:17:14 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 18:17:14 -0600 |
| commit | 8c296ddeb82715ac773facb70002323747790dae (patch) | |
| tree | 1deb4ec42e293c7ae8bafa9b3588d19b32af9298 /dotfiles/common/.local/bin/steam | |
| parent | 4e37b511b89b6ef7be1e9823d0edb306d2b79c37 (diff) | |
| download | archsetup-8c296ddeb82715ac773facb70002323747790dae.tar.gz archsetup-8c296ddeb82715ac773facb70002323747790dae.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.local/bin/steam')
| -rwxr-xr-x | dotfiles/common/.local/bin/steam | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dotfiles/common/.local/bin/steam b/dotfiles/common/.local/bin/steam deleted file mode 100755 index 3d30238..0000000 --- a/dotfiles/common/.local/bin/steam +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -flatpak run com.valvesoftware.Steam >> "$HOME/.local/var/logs/steam.log" 2>&1 |
