aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/common/.local/bin/virtstart
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 18:17:14 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 18:17:14 -0600
commit6ceab828e7593db2e538f1c4fe91a725e2ebb0e3 (patch)
tree54b93cb7f34bfb5a9f91ee7bfbb4116a4e66e402 /dotfiles/common/.local/bin/virtstart
parentf3eb69baf7da8f2f087c2c9d6f5be2b41cc3479f (diff)
downloadarchsetup-6ceab828e7593db2e538f1c4fe91a725e2ebb0e3.tar.gz
archsetup-6ceab828e7593db2e538f1c4fe91a725e2ebb0e3.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-xdotfiles/common/.local/bin/virtstart8
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