docs: add ghostty, jetbrains-mono-nerd-font, syncthing

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-11 18:08:22 +08:00
parent bcf70f33c0
commit 46f620adde
4 changed files with 117 additions and 0 deletions

34
ghostty.md Normal file
View File

@@ -0,0 +1,34 @@
# Ghostty 文件
GPU 加速、原生的終端機模擬器。版本 1.3.1。
參考:<https://ghostty.org>
## 安裝
```sh
brew install --cask ghostty
```
`xterm-ghostty` terminfo 隨 App 一併安裝,不用另外處理。
## 設定
設定檔位於 `~/.config/ghostty/config`,每行一個 `key = value`。改完按 `Cmd+Shift+,` reload 或重開 App。
```
font-family = JetBrainsMono Nerd Font
```
搭配 [font-jetbrains-mono-nerd-font](jetbrains-mono-nerd-font.md) 使用可正確顯示 Nerd Font 圖示。
## 常用快捷鍵
| 快捷鍵 | 說明 |
|------|------|
| `Cmd+Shift+,` | reload 設定檔 |
| `Cmd+N` | 開新視窗 |
| `Cmd+T` | 開新分頁 |
| `Cmd+D` | 垂直分割 |
| `Cmd+Shift+D` | 水平分割 |
| `Cmd+,` | 開啟設定檔 |