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 | 67d2f21cf2e6d5206744ef9a544d11c0c7806ab2 (patch) | |
| tree | 6e2ac936dbe3ab6a11415a8e2af4003b571db7b0 /dotfiles/common/.local/bin/virtstart | |
| parent | f6a78f1164696e808e3495f25413b05997e6ffa7 (diff) | |
| download | archsetup-67d2f21cf2e6d5206744ef9a544d11c0c7806ab2.tar.gz archsetup-67d2f21cf2e6d5206744ef9a544d11c0c7806ab2.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/virtstart')
| -rwxr-xr-x | dotfiles/common/.local/bin/virtstart | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dotfiles/common/.local/bin/virtstart b/dotfiles/common/.local/bin/virtstart deleted file mode 100755 index f9a326f..0000000 --- a/dotfiles/common/.local/bin/virtstart +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# launch a virtual machine in fullscreen. -# the argument is the machine name - -export LIBVIRT_DEFAULT_URI="qemu:///system" - -/usr/bin/virsh start $1 -/usr/bin/virt-viewer -f -w -a $1 |
