server {
# Usual site configuration stuff here
location / {
# Add any other configuration for the main location here
if ($request_method = BREW) {
Update: A full write-up has been posted on my blog at: https://blog.linh.social/2025/01/11/installing-running-freebsd-on-steam-deck/. The post also includes some corrections and new learnings since creating this gist.
- Download and burn a FreeBSD 14.2 amd64 installer ISO from FreeBSD.org
- Burn the installer ISO on to a USB drive, or use a multi-boot tool like IODD or Ventoy
- Use a USB dock or hub (Anker PowerExpand or 543 6-in-1 USB hub is what I've been using) with USB power delivery pass-through to connect the following devices:
- USB-C power adapter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* IBM Plex Mono */ | |
@font-face { | |
font-family: mastodon-font-monospace; | |
src: local("IBM Plex Mono Italic"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff2) format("woff2"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff) format("woff"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.ttf) format("truetype"); | |
font-weight: 400; | |
font-display: swap; | |
font-style: italic | |
} | |
@font-face { |
Installing required packages in order to build Ruby using rbenv
:
apt-get install autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev
Source:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildPlans.IosevkaTermina] | |
family = "Iosevka Termina" | |
spacing = "term" | |
serifs = "sans" | |
noCvSs = true | |
exportGlyphNames = false | |
[buildPlans.IosevkaTermina.variants] | |
inherits = "ss14" |
- Browse to
about:config
- Set
widget.use-xdg-desktop-portal.file-picker
to1
- Optionally: Set
widget.use-xdg-desktop-portal.location
to1
- Optionally: Set
widget.use-xdg-desktop-portal.mime-handler
to1
Source: https://thomjiji.github.io/blogs/2023/12/use-native-file-picker-on-kde/
vspcplay Git Repo: https://github.com/raphnet/vspcplay
sudo dnf install sdl12-compat sdl12-compat-devel SDL2 SDL-devel
NewerOlder