- Move everything to
~/.config/ghostty/. - Install zsh.
- Install powerlevel10k in
~/.powerlevel10k. - Set
command = ..to the .zsh binary, e.g.command = /usr/bin/zsh. - Add .zshrc these lines:
# <<< ghostty
if [[ "$TERM_PROGRAM" == ghostty ]]; then
# enables powerlevel10k
source ~/.config/ghostty/startup.zsh
fi
# >>> ghosttyGreat, you are set!