Ghostty 설치하고 config 설정하기
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 더 활용있는 세팅을 하려면, 위 블로그 글 참조하면 좋을 것 같다.