forked from ublue-os/bluefin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add yafti for first boot (ublue-os#39)
- Loading branch information
1 parent
83e0665
commit 5cea3ff
Showing
3 changed files
with
86 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
title: Welcome to uBlue | ||
actions: | ||
pre: | ||
- run: /usr/bin/flatpak remote-delete flathub --force | ||
- run: /usr/bin/flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | ||
- run: /usr/bin/flatpak remove --system --noninteractive --all | ||
- run: /usr/bin/flatpak remote-delete fedora --force | ||
screens: | ||
first-screen: | ||
source: yafti.screen.title | ||
values: | ||
title: "Welcome to uBlue" | ||
icon: "/path/to/icon" | ||
description: | | ||
Pick some applications to get started | ||
applications: | ||
source: yafti.screen.package | ||
values: | ||
title: Application Installation | ||
show_terminal: true | ||
package_manager: yafti.plugin.flatpak | ||
groups: | ||
Core: | ||
description: Core Applications | ||
packages: | ||
- Backup: org.gnome.DejaDup | ||
- Calculator: org.gnome.Calculator | ||
- Extensions: com.mattjakeman.ExtensionManager | ||
- Firefox Browser: org.mozilla.firefox | ||
- Flatseal: com.github.tchx84.Flatseal | ||
- Font Downloader: com.gustavoperedo.FontDownloader | ||
Gaming: | ||
description: "ROCK & STONE" | ||
packages: | ||
- Bottles: com.usebottles.bottles | ||
- Discord: com.discordapp.Discord | ||
- Games: org.gnome.Games | ||
- Heroic Games Launcher: com.heroicgameslauncher.hgl | ||
- MangoHUD: org.freedesktop.Platform.VulkanLayer.MangoHud | ||
- Steam: com.valvesoftware.Steam | ||
- Gamescope for Steam: com.valvesoftware.Steam.Utility.gamescope | ||
- Proton Updater for Steam: net.davidotek.pupgui2 | ||
Office: | ||
description: Bow to Capitalism | ||
packages: | ||
- Calendar: org.gnome.Calendar | ||
- LibreOffice: org.libreoffice.LibreOffice | ||
- Obsidian: md.obsidian.Obsidian | ||
- OnlyOffice: org.onlyoffice.desktopeditors | ||
- Slack: com.slack.Slack | ||
- Standard Notes: org.standardnotes.standardnotes | ||
- Thunderbird Email: org.mozilla.Thunderbird | ||
Streaming: | ||
description: Stream to the internet | ||
packages: | ||
- OBS Studio: com.obsproject.Studio | ||
- VkCapture for OBS: com.obsproject.Studio.OBSVkCapture | ||
- Gstreamer for OBS: com.obsproject.Studio.Plugin.Gstreamer | ||
- Gstreamer VAAPI for OBS: com.obsproject.Studio.Plugin.GStreamerVaapi | ||
- Boatswain for Streamdeck: com.feaneron.Boatswain | ||
Developer: | ||
description: DEVELOPERS, DEVELOPERS, DEVELOPERS | ||
packages: | ||
- Visual Studio Code: com.visualstudio.code | ||
- Rust SDK Extension: org.freedesktop.Sdk.Extension.rust-stable | ||
- PHP SDK Extension: org.freedesktop.Sdk.Extension.php74 | ||
- OpenJDK SDK Extension: org.freedesktop.Sdk.Extension.openjdk17 | ||
- Node.JS SDK Extension: org.freedesktop.Sdk.Extension.node18 | ||
- Go SDK Extension: org.freedesktop.Sdk.Extension.golang | ||
- .NET Core SDK Extension: org.freedesktop.Sdk.Extension.dotnet7 | ||
final-screen: | ||
source: yafti.screen.title | ||
values: | ||
title: "All done" | ||
icon: "/path/to/icon" | ||
description: | | ||
Thanks for installing, join the community, next steps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters