You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pattern for building personal knowledge bases using LLMs.
4
5
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Embed Nerd Fonts in the Pixel Linux ...Embed Nerd Fonts in the Pixel Linux Terminal app (Debian on AVF) — patches ttyd to serve a custom index.html with @font-face inline
1
# Nerd Fonts in the Pixel Linux Terminal app (Debian on AVF)
2
3
The stock **Linux Terminal** app on Pixel devices (Android 15/16, Debian VM via Android Virtualization Framework) ships with no font customization UI. Installing a Nerd Font into the VM's `~/.local/share/fonts/` does **nothing** — the terminal is rendered by an Android WebView running `xterm.js` over a WebSocket, and the WebView only sees Android-side fonts, not VM fonts.
4
5
This gist documents how to embed a Nerd Font directly into the HTML that the WebView loads, so terminal icons (Powerline, Devicons, Font Awesome, etc.) render correctly.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page
or contact support.