Skip to content

Commit 03a0d9f

Browse files
committed
build out recipe
1 parent afd7a63 commit 03a0d9f

File tree

4 files changed

+9
-49
lines changed

4 files changed

+9
-49
lines changed

boot_menu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ublue_variants:
22
- label: iiamabby/ii-ublue-edu
33
ks: /kickstart/ublue-os.ks
44
flavors:
5-
- label: startingpoint
5+
- label: ii-ublue-edu

config/files/usr/share/ublue-os/just/60-custom.just

Lines changed: 4 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,6 @@
11
!include /usr/share/ublue-os/just/100-bling.just
22

33
# 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
334

345
# Install Productivity and Communications apps
356
install-apps-productivity:
@@ -52,11 +23,9 @@ install-apps-creative:
5223
# Install Other misc apps for my home users
5324
install-apps-misc:
5425
flatpak install -y --system \\
55-
com.skype.Client \\
5626
com.slack.Slack \\
5727
org.gnome.Firmware \\
58-
org.gnome.seahorse.Application \\
59-
28+
6029

6130
# Give browsers permission to create PWAs (Progressive Web Apps)
6231
install-pwa-flatpak-overrides:
@@ -71,29 +40,17 @@ install-games-educational:
7140
edu.mit.Scratch \\
7241
com.tux4kids.tuxmath \\
7342
com.tux4kids.tuxtype \\
74-
org.tuxpaint.Tuxpaint
75-
43+
org.tuxpaint.Tuxpaint \\
44+
net.sonic_pi.SonicPi
7645

7746

7847

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
8548

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
9349

9450
# Install virtualization stack (libvirt/virt-manager/etc)
9551
install-virtualization:
9652
rpm-ostree install libvirt-client libvirt-daemon-kvm virt-install virt-manager
53+
rpm-ostree install -y java-17-openjdk
9754

9855
# Un-install virtualization stack (libvirt/virt-manager/etc)
9956
uninstall-virtualization:

config/recipe.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ modules:
4646
custom-flatpaks: # this section is optional
4747
# - Celluloid: io.github.celluloid_player.Celluloid
4848
# - Krita: org.kde.krita
49+
- Scratch: edu.mit.Scratch
50+
- SonicPi: net.sonic_pi.SonicPi
51+
52+
4953

5054
- type: script
5155
scripts:

config/scripts/minecraft.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ cd minecraftforge && \
1212
wget "https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.2.0/forge-1.20.1-47.2.0-mdk.zip" -O temp.zip && \
1313
unzip temp.zip && \
1414
rm temp.zip
15-
cd ~

0 commit comments

Comments
 (0)