mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-08-03 05:45:20 -04:00
chezmoi
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
# Ghostty config translated from iTerm2
|
||||
# https://ghostty.org/docs/config
|
||||
|
||||
# Font settings
|
||||
font-family = "Monaspace Neon"
|
||||
font-size = 12
|
||||
adjust-cell-height = 4
|
||||
|
||||
# Window settings
|
||||
window-width = 160
|
||||
window-height = 48
|
||||
background-opacity = 0.93
|
||||
background-blur = true
|
||||
|
||||
# Cursor (bar style, matching iTerm2 cursor type 1)
|
||||
cursor-style = bar
|
||||
|
||||
# Shell
|
||||
command = /opt/homebrew/bin/zsh
|
||||
|
||||
# Scrollback (unlimited)
|
||||
scrollback-limit = 10000000
|
||||
|
||||
# Option key behavior (left=esc, right=normal)
|
||||
macos-option-as-alt = left
|
||||
|
||||
# Colors
|
||||
theme = Material Darker
|
||||
#background = none
|
||||
# background = #141414
|
||||
# foreground = #edf0eb
|
||||
# cursor-color = #eaeaea
|
||||
# selection-background = #bcc085
|
||||
# selection-foreground = #141414
|
||||
|
||||
# # ANSI colors (normal)
|
||||
# palette = 0=#000000
|
||||
# palette = 1=#ff5c57
|
||||
# palette = 2=#5af78e
|
||||
# palette = 3=#f3f99d
|
||||
# palette = 4=#57c7ff
|
||||
# palette = 5=#ff6ac1
|
||||
# palette = 6=#9aedfe
|
||||
# palette = 7=#f1f1f0
|
||||
|
||||
# # ANSI colors (bright)
|
||||
# palette = 8=#000000
|
||||
# palette = 9=#ff5c57
|
||||
# palette = 10=#5af78e
|
||||
# palette = 11=#f3f99d
|
||||
# palette = 12=#57c7ff
|
||||
# palette = 13=#ff6ac1
|
||||
# palette = 14=#9aedfe
|
||||
# palette = 15=#f1f1f0
|
||||
|
||||
# Other settings matching iTerm2
|
||||
copy-on-select = false
|
||||
# confirm-close-surface = false
|
||||
shell-integration-features = true
|
||||
|
||||
Reference in New Issue
Block a user