1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00
QubesOS-Scripts/fedora/vault.sh

16 lines
412 B
Bash
Raw Normal View History

2022-05-24 09:32:01 -04:00
#!/bin/bash
2022-05-28 07:24:27 -04:00
sudo apt install --no-install-recommends qubes-gpg-split yubikey-manager-qt yubioath nitrokey-app arc-theme -y
2022-05-24 09:37:54 -04:00
2022-05-26 15:04:02 -04:00
sudo mkdir -p /etc/gtk-3.0
2022-05-24 09:37:54 -04:00
echo '[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1
' | sudo tee /etc/gtk-3.0/settings.ini
2022-05-26 00:31:27 -04:00
2022-05-26 15:04:02 -04:00
sudo mkdir -p /etc/gtk-4.0
2022-05-26 00:31:27 -04:00
echo '[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1
' | sudo tee /etc/gtk-4.0/settings.ini