2024-09-12 20:17:45 +02:00
|
|
|
#!/bin/bash
|
|
|
|
set -euo pipefail
|
2023-10-17 20:56:47 +02:00
|
|
|
cp -R desktop/* qubes-fedora/* /
|
2024-11-07 16:36:20 +01:00
|
|
|
dnf config-manager setopt qubes-vm-r4.2-security-testing.enabled=true
|
|
|
|
dnf config-manager setopt qubes-vm-r4.2-current-testing.enabled=true
|
2024-11-19 13:17:18 +01:00
|
|
|
dnf config-manager setopt rpmfusion-free.enabled=true
|
|
|
|
dnf config-manager setopt rpmfusion-free-updates.enabled=true
|
|
|
|
dnf install --allowerasing bash-color-prompt bash-completion borgbackup bind-utils butane default-fonts fcitx5-anthy fcitx5-autostart fedora-flathub-remote ffmpeg file-roller fuse-sshfs gcc gcc-gdb-plugin glibc-all-langpacks helm htop kubernetes-client nautilus netcat nodejs-npm pipx qubes-ctap ShellCheck toolbox wireguard-tools whois xdg-desktop-portal-gtk yt-dlp
|
2024-06-15 20:29:18 +02:00
|
|
|
dnf remove cheese evolution-data-server firefox gnome-software gnome-weather PackageKit-command-not-found rpmfusion-nonfree-release thunderbird totem
|
2025-01-21 11:41:56 +01:00
|
|
|
bash setup-desktop.sh
|
2024-06-15 20:29:18 +02:00
|
|
|
all_proxy=127.0.0.1:8082 flatpak remote-add --if-not-exists flathub /usr/lib/fedora-third-party/conf.d/fedora-flathub.flatpakrepo
|
2024-12-30 20:27:51 +01:00
|
|
|
all_proxy=127.0.0.1:8082 flatpak install com.github.tchx84.Flatseal com.github.xournalpp.xournalpp com.moonlight_stream.Moonlight com.yubico.yubioath im.riot.Riot io.mpv.Mpv org.chromium.Chromium org.freedesktop.Platform.ffmpeg-full/x86_64/23.08 org.gimp.GIMP org.gnome.Evolution org.libreoffice.LibreOffice org.mozilla.firefox
|