Skip to content

Commit 8893a9a

Browse files
authored
Update FAQ.md
1 parent 3e0bf46 commit 8893a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can always do what you want, but Bluefin is designed with a certain workflow
2323
- Containerize your developer environments rather than commingle them with the OS. You can define them per project in a `devcontainers.json` file managed by Git.
2424
- Stick to flatpaks and homebrew. The ideal is to leave the core OS image unchanged. Layering packages creates a maintenance burden that may be unnecessary to take on.
2525
- Follow the XDG standards for overriding core OS files. The `/etc`, `/var`, `/usr/local`, and `/opt` directories are writable, and many applications will look here for overrides of the read-only files shipped with the OS image in `/usr`. Add to this your home directory, which contains the `~/.local` and `~/.config` subdirectories, which often allow per-user overrides of system defaults. When you’re [using your UNIX system correctly](https://www.youtube.com/watch?v=JOeY07qKU9c), the read-only part is invisible!
26-
- Isolate the old-school jank in a container. Mangling packages on your host is for those throwback [paleoosaurs](https://en.wikipedia.org/wiki/Palaeosaurus) among us; you know the type.
26+
- Isolate the old-school jank in a container. Mangling packages on your host is for those throwback [paleosaurs](https://en.wikipedia.org/wiki/Palaeosaurus) among us; you know the type.
2727
- Don’t overthink rebooting. Just turn off your PC when you’re not using it, and let the OS updates happen automatically, as they will.
2828
- Bluefin performs best on Linux friendly hardware like the Framework series of laptops. Check hardware compatibility before making the commitment.
2929
- Keep Bluefin’s ecosystem healthy by donating to application developers.

0 commit comments

Comments
 (0)