1
1
!include / usr/ share/ ublue-os / just/ 100 -bling.just
2
2
3
3
# Include some of your custom scripts here!
4
- # Install typical GNOME apps
5
- install-apps-gnome :
6
- flatpak install --noninteractive --system flathub \\
7
- org.gnome.Calculator \\
8
- org.gnome.Calendar \\
9
- org.gnome.Characters \\
10
- org.gnome.Connections \\
11
- org.gnome.Contacts \\
12
- org.gnome.Evince \\
13
- org.gnome.Logs \\
14
- org.gnome.Loupe \\
15
- org.gnome.Maps \\
16
- org.gnome.NautilusPreviewer \\
17
- org.gnome.TextEditor \\
18
- org.gnome.Weather \\
19
- org.gnome.baobab \\
20
- org.gnome.clocks \\
21
- org.gnome.font-viewer \\
22
- org.gnome.SimpleScan \\
23
- org.gnome.SoundRecorder \\
24
- org.fedoraproject.MediaWriter \\
25
- org.mozilla.firefox \\
26
- com.github.tchx84. Flatseal \\
27
- com.mattjakeman.ExtensionManager \\
28
- io.github.celluloid_player.Celluloid \\
29
- it.mijorus.gearlever \\
30
- io.missioncenter.MissionCenter \\
31
- org.gustavoperedo.FontDownloader \\
32
- net.sonic_pi.SonicPi
33
4
34
5
# Install Productivity and Communications apps
35
6
install-apps-productivity :
@@ -52,11 +23,9 @@ install-apps-creative:
52
23
# Install Other misc apps for my home users
53
24
install-apps-misc :
54
25
flatpak install -y --system \\
55
- com.skype.Client \\
56
26
com.slack.Slack \\
57
27
org.gnome.Firmware \\
58
- org.gnome.seahorse.Application \\
59
-
28
+
60
29
61
30
# Give browsers permission to create PWAs (Progressive Web Apps)
62
31
install-pwa-flatpak-overrides :
@@ -71,29 +40,17 @@ install-games-educational:
71
40
edu.mit.Scratch \\
72
41
com.tux4kids.tuxmath \\
73
42
com.tux4kids.tuxtype \\
74
- org.tuxpaint.Tuxpaint
75
-
43
+ org.tuxpaint.Tuxpaint \\
44
+ net.sonic_pi.SonicPi
76
45
77
46
78
47
79
- # Install Minecraft games
80
- install-games-minecraft :
81
- flatpak install -y --system \\
82
- com.mojang.Minecraft \\
83
- io.mrarm.mcpelauncher \\
84
- org.prismlauncher.PrismLauncher
85
48
86
- # Install Steam with MangoHud, Gamescope and Prototricks
87
- install-games-steam :
88
- flatpak install -y --system \\
89
- org.freedesktop.Platform.VulkanLayer.MangoHud// 22.08 \\
90
- com.github.Matoking.protontricks \\
91
- com.valvesoftware.Steam \\
92
- com.valvesoftware.Steam.Utility.gamescope
93
49
94
50
# Install virtualization stack (libvirt/virt-manager/etc)
95
51
install-virtualization :
96
52
rpm-ostree install libvirt-client libvirt-daemon-kvm virt-install virt-manager
53
+ rpm-ostree install -y java-17-openjdk
97
54
98
55
# Un-install virtualization stack (libvirt/virt-manager/etc)
99
56
uninstall-virtualization :
0 commit comments