Skip to content

Commit 0f7ce80

Browse files
committed
Add some Bazzite notes
1 parent 619d0c4 commit 0f7ce80

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
+++
2+
title = "Bazzite"
3+
description = "If SteamOS and Silverblue had a kid..."
4+
weight = 0
5+
template = "blog/single.html"
6+
insert_anchor_links = "heading"
7+
8+
[extra]
9+
in_menu = true
10+
11+
[extra.image]
12+
path = "cover.jpg"
13+
colocated = true
14+
photographer = "Roseanna Smith"
15+
source = "https://unsplash.com/photos/-qzLjuJEmsE"
16+
+++
17+
18+
I can't believe it's not SteamOS!
19+
20+
<!-- more -->
21+
22+
## 1password with Bazzite
23+
24+
This one is kinda fussy, ublue distros have lots of weird business happening. TL;DR is you almost certainly want native 1password & flatpak'd Firefox since you're gonna want SSH integration and gpg signing.
25+
26+
Set up native 1password using [the `rpm-ostree` method](https://monospacementor.com/wiki/Notes/Install+1Password+on+Fedora+Silverblue)
27+
28+
Then [set up native 1password to work with Flatpak's Firefox](https://gist.github.com/Hoverbear/fd164e63ec6a19bb74ecabc4c1a88dd4).
29+
30+
## "Developer mode"
31+
32+
There is a [`bazzite-dx`](github.com/ublue-os/bazzite-dx) variant that includes a native VSCode (possibly desirable, at time of writing the FlatPak was broken.)
33+
34+
On the KDE variant you can probably just run:
35+
36+
```bash
37+
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-dx:stable
38+
```
39+
40+
## Docker & Containers
41+
42+
The "Developer Mode" has `podman`, use that. Otherwise `lima` is around via `brew`.

0 commit comments

Comments
 (0)