Kicksecure
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo dnf install thunderbird -y
|
||||
|
||||
#Do this in the AppVM after you have set it up
|
||||
#Obviously replace vault-gpg with the actual GPG backend that you are using https://www.qubes-os.org/doc/split-gpg/
|
||||
#echo "vault-gpg" | sudo tee /rw/config/gpg-split-domain
|
@@ -17,29 +17,3 @@ sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
|
||||
gtk-theme='Arc-Dark'
|
||||
icon-theme='Arc'
|
||||
EOF
|
||||
|
||||
sudo dconf update
|
||||
|
||||
sudo cat > /etc/systemd/user/update-user-flatpaks.service <<- 'EOF'
|
||||
[Unit]
|
||||
Description=Update user Flatpaks
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/flatpak --user update -y
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
EOF
|
||||
|
||||
sudo cat > /etc/systemd/user/update-user-flatpaks.timer <<- 'EOF'
|
||||
[Unit]
|
||||
Description=Update user Flatpaks daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
EOF
|
||||
|
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
|
||||
[org/gnome/desktop/interface]
|
||||
gtk-theme='Arc-Dark'
|
||||
EOF
|
||||
|
||||
sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y
|
||||
sudo dnf install protonvpn -y
|
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo dnf install gnome-disk-utility yubikey-manager-qt yubioath-desktop nitrokey-app
|
Reference in New Issue
Block a user