Ghostty 설치하고 config 설정하기
Ghostty 설치 및 설정 방법은 무엇인가요? Ghostty는 Homebrew를 사용하여 `brew install --cask ghostty`로 설치하고, 폰트는 `brew install --cask font-jetbrains-mono`로 설치한 후, `~/.config/ghostty/config` 파일에서 테마, 폰트, 창 크기 등을 설정합니다.
GGAMI
iTerm2 를 쓰다가, 그냥 갑자기 다른게 쓰고싶어져서, 알아보다가 Ghostty 를 알게 되었다.
brew install --cask ghostty
brew install --cask font-jetbrains-monoghostty 랑 폰트를 설치해준다.
mkdir ~/.config/ghostty
vim ~/.config/ghostty/configconfig 값 설정해준다.
theme = Nord
shell-integration = zsh
font-family = "JetBrains Mono NL"
font-size = 13
window-width = 300
window-height = 30
window-padding-x = 6
window-padding-y = 6
background-opacity = 0.90
background-blur-radius = 10ghostty +list-themes
ghostty +list-fontshttps://blog.dnd.ac/settings-mac-terminal-2026 더 활용있는 세팅을 하려면, 위 블로그 글 참조하면 좋을 것 같다.