惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
量子位
G
Google Developers Blog
J
Java Code Geeks
N
Netflix TechBlog - Medium
博客园 - 聂微东
宝玉的分享
宝玉的分享
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
雷峰网
雷峰网
M
MIT News - Artificial intelligence
T
Tailwind CSS Blog
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss

ktz.

Faking disks to look real with QEMU and Proxmox Control a Mitsubishi mini-split with ESPHome and Home Assistant for $10 The Enshittification of Plex 💩 I read a book. Codex is changing how I think about computers Factorio: Controlling imports from Space Factorio: Controlling Space Ship collector filters via circuit logic Factorio: Recycler Belt Stacking Was Solar Worth It? AppArmor's Awkward Aftermath Atop Proxmox 9 Unprivileged LXCs are just a bit annoying Proxmox 9 broke my docker containers What if..? Self-Hosted 150. Fin. How to enable Intel Quicksync on NixOS with a Supermicro X13SAE-F and an Intel i5-13600k
My Terminal and Editor Theming
Alex Kretzschmar · 2025-09-13 · via ktz.
My Terminal and Editor Theming

As you may know, I make YouTube videos for Tailscale for a living. One of the most common questions in the comments I get (weirdly) is, "how do you theme your tools?"

This post will set out to answer that question in more detail than I can provide in a simple comment reply.

Font

Where possible I use Berkeley Mono. Fira Code or Jetbrains Mono are nice fallbacks.

Here's my ghostty config.

# appearance
font-family = "BerkeleyMono Nerd Font"
font-size = 16
window-inherit-font-size = true
window-height = 33
window-width = 130

# shell
mouse-hide-while-typing = true
shell-integration = zsh
clipboard-paste-protection = false

# macos
## nix handles updates
auto-update = off
macos-titlebar-style = native
macos-option-as-alt = true
quit-after-last-window-closed = true
keybind = shift+enter=text:\n

Shell Prompt

The prompt that you see (the bit that contains the filepath, username, etc) is configured using Starship - a minimal, blazing fast, customizable shell prompt.

The configuration I use hangs out in my nix-config git repo. I use nix and nix-darwin to apply this configuration automatically.

nix-config/home/starship/starship.toml at main · ironicbadger/nix-config

Contribute to ironicbadger/nix-config development by creating an account on GitHub.

ironicbadger

Editor

  • VSCode - the editor that in the darkness bound them
  • Neovim - I am still experimenting with neovim but you can find my configuration on GitHub

The VSCode theme shown below is Bearded Theme Monokai Stone. For right now I am using the default icons but in the past the Bearded Icons pack may have been shown too.

In no particular order a list of other tools I use and enjoy on macOS in particular are:

  • BentoBox - Window management app
  • Snippety - Text expansion
  • Raycast - Spotlight replacement
  • Ice - makes app "systray" icons on macOS bearable (especially with a notch)
  • iStat Menus - Shows me what's going at a glance
  • Hammerflow (and Hammerspoon) - Keyboard driven task navigation