File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,15 @@ dnf5 -y install mako swaybg
2929dnf5 -y copr enable wezfurlong/wezterm-nightly
3030dnf5 -y install wezterm
3131
32+ # Neovim
33+ dnf5 -y copr enable agriffis/neovim-nightly
34+ dnf5 -y install neovim python3-neovim
35+
3236# systemctl enable podman.socket
37+
38+ # ## BinaryOS Branding
39+ # os-release file for OS Version
40+ rsync -rvK /ctx/system_files/ /
41+
42+ # Neutral spinner theme
43+ plymouth-set-default-theme spinner -R 2> /dev/null || true
Original file line number Diff line number Diff line change 1+ NAME="BinaryOS"
2+ ID=binaryos
3+ ID_LIKE="rhel fedora"
4+ VERSION_CODENAME=""
5+ PLATFORM_ID="platform:f41"
6+ PRETTY_NAME="BinaryOS"
7+ ANSI_COLOR="0;38;2;60;110;180"
8+ LOGO=fedora-logo-icon
9+ CPE_NAME="cpe:/o:fedoraproject:fedora:41"
10+ DEFAULT_HOSTNAME="binaryos"
11+ HOME_URL="https://github.com/binarypie/binaryos"
12+ DOCUMENTATION_URL="https://github.com/binarypie/binaryos"
13+ SUPPORT_URL="https://github.com/binarypie/binaryos/issues"
14+ BUG_REPORT_URL="https://github.com/binarypie/binaryos/issues"
15+ REDHAT_BUGZILLA_PRODUCT="Fedora"
16+ REDHAT_BUGZILLA_PRODUCT_VERSION=41
17+ REDHAT_SUPPORT_PRODUCT="Fedora"
18+ REDHAT_SUPPORT_PRODUCT_VERSION=41
19+ SUPPORT_END=2025-11-12
20+ VARIANT="BinaryOS"
21+ VARIANT_ID=binaryos
22+
You can’t perform that action at this time.
0 commit comments