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

推荐订阅源

V
V2EX
宝玉的分享
宝玉的分享
Jina AI
Jina AI
IT之家
IT之家
博客园 - Franky
MyScale Blog
MyScale Blog
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
雷峰网
雷峰网
WordPress大学
WordPress大学
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
美团技术团队
S
SegmentFault 最新的问题
罗磊的独立博客
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
D
Docker
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence

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