mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-12-11 16:44:24 -05:00
6 lines
148 B
Bash
6 lines
148 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "color-scheme='prefer-dark'" | sudo tee -a /etc/dconf/local.d/custom
|
||
|
sudo dconf update
|
||
|
|
||
|
sudo dnf install -y gnome-chess gnome-2048
|