From 12e8e1ede5c707de616fb8925907222fffdeff8a Mon Sep 17 00:00:00 2001 From: tommytran732 Date: Sat, 6 Aug 2022 05:54:21 -0400 Subject: [PATCH] Games Signed-off-by: tommytran732 --- fedora/games.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fedora/games.sh diff --git a/fedora/games.sh b/fedora/games.sh new file mode 100644 index 0000000..d1741a2 --- /dev/null +++ b/fedora/games.sh @@ -0,0 +1,6 @@ +#!/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 \ No newline at end of file