myFavShrimp / shrimpOS

An OCI image of Fedora with shrimps included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦐 ShrimpOS

build-shrimpos

ShrimpOS is my personalized stable and reliable ublue based silverblue image.

Note If you want to make your own image, the uBlue website has instructions.

🎨 Customizations

Software added on top of silverblue/ublue-main

Flatpaks:

  • Bitwarden
  • Calculator
  • Calendar
  • Characters
  • Clocks
  • Contacts
  • DBeaver
  • Disk Usage Analyzer
  • Evince
  • Extension Manager
  • Eye of GNOME Image Viewer
  • Fedora Media Writer
  • Filezilla
  • Flatseal
  • Font Downloader
  • Font Viewer
  • ImHex
  • Insomnia
  • LibreOffice
  • Logs
  • Maps
  • NautilusPreviewer
  • Obsidian
  • PeaZip
  • Pods
  • Rnote
  • Signal
  • TextEditor
  • Thunderbird
  • Weather

From copr repositories:

  • alacritty
  • helix-editor

Built from source:

  • bat
  • dotlink
  • erdtree
  • fd-find
  • gitui
  • just
  • nu
  • repgrep
  • ripgrep
  • zellij

Gnome shell:

  • a few changed default settings (e.g. dark mode, touchpad tap to click etc.)
  • extensions (alphabetical-app-grid, clipboard-indicator, dash-to-dock, rounded-window-corners, tray-icons-reloaded)

🛠️ Installation

Warning This is my personal image with everything set up for me.

To rebase an existing Silverblue/Kinoite installation to the latest build run one of the following commands:

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/myfavshrimp/shrimpos
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/myfavshrimp/shrimpos-nvidia

Verification

These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/myfavshrimp/shrimpos
cosign verify --key cosign.pub ghcr.io/myfavshrimp/shrimpos-nvidia

About

An OCI image of Fedora with shrimps included

License:Apache License 2.0


Languages

Language:Rust 67.3%Language:Dockerfile 27.4%Language:Shell 2.9%Language:Just 2.4%