V 友们,来点让终端更美的配置,最近老在 CLi 上用 Claude code 和 Codex ,这环境得布置一下
1
hitrip 1 天前
ghostty +list-themes
|
2
ratazzi 1 天前
https://www.cuteghostty.com/
这个卡哇伊的吗 |
6
Kakarrot 1 天前 我的是让 claude 直接为我编写了一个
``` # ============================================ # Ghostty 配置 - 针对 Claude Code 优化 (Dark) # ============================================ # --- 字体 --- font-family = JetBrainsMono Nerd Font font-size = 14 font-thicken = true adjust-cell-height = 35% # --- 主题与配色 --- theme = GitHub background-opacity = 0.92 background-blur-radius = 20 minimum-contrast = 1.05 # --- 光标 --- cursor-style = bar cursor-style-blink = false cursor-color = #cba6f7 # --- 窗口 --- window-padding-x = 12 window-padding-y = 8 window-padding-balance = true window-decoration = auto window-title-font-family = JetBrains Mono confirm-close-surface = false quit-after-last-window-closed = true # --- 滚动 --- scrollback-limit = 100000 # --- 鼠标 --- mouse-hide-while-typing = true copy-on-select = clipboard click-repeat-interval = 300 # --- 剪贴板 --- clipboard-read = allow clipboard-write = allow clipboard-paste-protection = false # --- Shell 集成 --- shell-integration = detect shell-integration-features = cursor,sudo,title # --- 快捷键 --- keybind = super+equal=increase_font_size:1 keybind = super+minus=decrease_font_size:1 keybind = super+zero=reset_font_size keybind = super+d=new_split:right keybind = super+shift+d=new_split:down keybind = super+w=close_surface keybind = super+shift+enter=toggle_split_zoom keybind = super+alt+left=goto_split:left keybind = super+alt+right=goto_split:right keybind = super+alt+up=goto_split:top keybind = super+alt+down=goto_split:bottom keybind = super+up=scroll_to_top keybind = super+down=scroll_to_bottom keybind = page_up=scroll_page_up keybind = page_down=scroll_page_down # --- 其他 --- bold-is-bright = false auto-update = check term = xterm-ghostty ``` |
8
ccc00 1 天前
|