My terminal configurations for MacOS
- Install font
make install-font
- Set font
- Install all
make install-all
make help
Open ~/.p10k.zsh
and find the following lines. Change the colors by changing the values from 0 to 15
# OS identifier color.
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=3
typeset -g POWERLEVEL9K_OS_ICON_BACKGROUND=8
# Current directory background color.
typeset -g POWERLEVEL9K_DIR_BACKGROUND=12
# Default current directory foreground color.
typeset -g POWERLEVEL9K_DIR_FOREGROUND=0
Run below to apply changes immediately
make setup-powerlevel10k-theme && source ~/.zshrc