File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11blank_issues_enabled : true
22contact_links :
33 - name : Ask Bluefin
4- url : https://github.com/ublue-os/bluefin/discussions/categories/ ask-bluefin
4+ url : https://ask.projectbluefin.io
55 about : Ask our trained raptor questions about Bluefin
66 - name : Questions and Feedback
7- url : https://universal-blue.discourse.group/c/bluefin/6
7+ url : https://community.projectbluefin.io
88 about : Share tips and help others
Original file line number Diff line number Diff line change 8888 - name : Setup Syft
8989 id : setup-syft
9090 if : false
91- uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0
91+ uses : anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0
9292 with :
9393 syft-version : v1.20.0
9494
Original file line number Diff line number Diff line change @@ -94,6 +94,27 @@ All incorporated components maintain their respective licenses and attributions.
9494
9595![ Alt] ( https://repobeats.axiom.co/api/embed/40b85b252bf6ea25eb90539d1adcea013ccae69a.svg " Repobeats analytics image ")
9696
97+ <!-- Copy-paste in your Readme.md file -->
98+
99+ <a href =" https://next.ossinsight.io/widgets/official/compose-org-participants-growth?activity=new&period=past_90_days&owner_id=120078124&repo_ids=611397346 " target =" _blank " style =" display : block " align =" center " >
100+ <picture >
101+ <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=new&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=dark" width="657" height="auto">
102+ <img alt="New trends of ublue-os" src="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=new&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=light" width="657" height="auto">
103+ </picture >
104+ </a >
105+
106+ <!-- Made with [OSS Insight](https://ossinsight.io/) -->
107+
108+ <!-- Copy-paste in your Readme.md file -->
109+
110+ <a href =" https://next.ossinsight.io/widgets/official/compose-org-participants-growth?activity=active&period=past_90_days&owner_id=120078124&repo_ids=611397346 " target =" _blank " style =" display : block " align =" center " >
111+ <picture >
112+ <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=dark" width="657" height="auto">
113+ <img alt="Active trends of ublue-os" src="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=light" width="657" height="auto">
114+ </picture >
115+ </a >
116+
117+
97118## Star History
98119
99120<a href =" https://star-history.com/#ublue-os/bluefin&Date " >
Original file line number Diff line number Diff line change @@ -39,4 +39,10 @@ if [[ -f /usr/share/applications/io.github.kolunmi.Bazaar.desktop ]] && jq -e '.
3939 sed -i ' s|^Exec=bazaar window --auto-service$|Exec=env GSK_RENDERER=opengl bazaar window --auto-service|' /usr/share/applications/io.github.kolunmi.Bazaar.desktop
4040fi
4141
42+ # NVIDIA GTK4 bug
43+ # https://github.com/ublue-os/aurora/issues/841
44+ if jq -e ' .["image-flavor"] | test("nvidia")' /usr/share/ublue-os/image-info.json > /dev/null; then
45+ echo " GSK_RENDERER=ngl" > /usr/lib/environment.d/gsk.conf
46+ fi
47+
4248echo " ::endgroup::"
Original file line number Diff line number Diff line change 22 - name : silverblue-main
33 image : ghcr.io/ublue-os/silverblue-main
44 tag : latest
5- digest : sha256:d8044c4af66a86676ad170638ef2b59d9fd32f79920e8d38b63caf91e54adcaa
5+ digest : sha256:d69d949134bf9eade05e7d310ada2cca565023dea3863bcab328bea645b8c398
Original file line number Diff line number Diff line change @@ -184,9 +184,16 @@ install-incus:
184184[group('Apps')]
185185install-k8s-dev-tools :
186186 # !/usr/bin/bash
187- echo "Adding Kubernetes command line tools..."
187+ echo "☸️🛠️ Adding Kubernetes command line tools..."
188188 brew bundle --file /usr/share/ublue-os/homebrew/kubernetes.Brewfile
189189
190+ # Install AI tools
191+ [group('Apps')]
192+ install-ai-tools :
193+ # !/usr/bin/bash
194+ echo "🧠🤖 Adding AI tools..."
195+ brew bundle --file /usr/share/ublue-os/homebrew/bluefin-ai.Brewfile
196+
190197# Set up command-not-found for Homebrew
191198[group('Apps')]
192199setup-brew-not-found ACTION="" :
Original file line number Diff line number Diff line change 140140 " podman-tui" ,
141141 " podmansh" ,
142142 " powerline-fonts" ,
143- " python3-ramalama" ,
144143 " qemu" ,
145144 " qemu-char-spice" ,
146145 " qemu-device-display-virtio-gpu" ,
You can’t perform that action at this time.
0 commit comments