mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-04 18:11:34 -05:00
Remove unneeded VMs
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8d3193bc96
commit
9f3c044b7f
@ -1,24 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/fedora/generic/ivpn.repo
|
||||
sudo dnf install ivpn-ui
|
||||
|
||||
echo "[org/gnome/desktop/interface]
|
||||
gtk-theme='Arc-Dark'
|
||||
|
||||
[org/gnome/desktop/media-handling]
|
||||
automount=false
|
||||
automount-open=false" | sudo tee /etc/dconf/db/local.d/custom
|
||||
|
||||
sudo dconf update
|
||||
|
||||
sudo rm -rf /usr/share/icons/Arc
|
||||
|
||||
sudo mkdir -p /etc/qubes-bind-dirs.d
|
||||
sudo tee /etc/qubes-bind-dirs.d/50_user.conf << EOF > /dev/null
|
||||
binds+=( '/opt/ivpn/mutable' )
|
||||
EOF
|
||||
|
||||
#Run these in the AppVM:
|
||||
#echo "sleep 10 # Waiting a bit so that IVPN can establish connection
|
||||
#/usr/lib/qubes/qubes-setup-dnat-to-ns" | sudo tee -a /rw/config/rc.local
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo sed -i 's/install bluetooth/#install bluetooth/g' /etc/modprobe/30_security-misc.conf
|
||||
sudo sed -i 's/install btusb/#install btusb/g' /etc/modprobe/30_security-misc.conf
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo dnf install -y gnome-feeds
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "color-scheme='prefer-dark'" | sudo tee -a /etc/dconf/db/local.d/custom
|
||||
sudo dconf update
|
||||
|
||||
sudo dnf install -y gnome-chess gnome-2048 gnome-mines
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo dnf config-manager --enable rpmfusion-free
|
||||
sudo dnf install -y vlc
|
Loading…
Reference in New Issue
Block a user