From f9df86d45b1d4fb71fdcfd0271f866c92eedf048 Mon Sep 17 00:00:00 2001 From: julien Date: Sun, 15 Feb 2026 13:45:37 +0100 Subject: [PATCH] first commit --- README.md | 3 +++ template-pi.sh | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 README.md create mode 100644 template-pi.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb8bf36 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Qubes OS + +* template-pi.sh : Default template post-installation script diff --git a/template-pi.sh b/template-pi.sh new file mode 100644 index 0000000..43ce1b4 --- /dev/null +++ b/template-pi.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +# Localization +sudo dnf install langpacks-en langpacks-fr +localectl set-locale fr_FR.UTF-8 + +# Ad Blocker +sudo dnf install mozilla-ublock-origin + +# Codecs +sudo dnf --enablerepo=rpmfusion-free --enablerepo=rpmfusion-free-updates --enablerepo=rpmfusion-nonfree --enablerepo=rpmfusion-nonfree-updates install ffmpeg --allowerasing + +# MPV +sudo dnf install mpv +sudo echo -e "# Qubes performance settings\nprofile=sw-fast\nvo=x11\n" > /etc/mpv/mpv.conf + +# Software +sudo dnf install gimp inkscape libreoffice qbittorrent