This repo is meant for personal use to avoid needing to port various terminal setup based config from machine to machine. It's not meant for external use however I don't plan on putting personal info in here so I thought no harm in sharing
Add these lines to your ~/.zshrc
file
# STARSHIP
eval "$(starship init zsh)"
# theme
export STARSHIP_CONFIG=$HOME/.zsh/starship.toml
source $HOME/.zsh/plugins.zsh
I suspect the plugins.zsh
will work in any zsh terminal however this is intended to be used with Starship. It's likely to need some additional dependencies from https://github.com/sra405/homebrew.
The Starship theme has a prerequisit of a NerdFont being installed. Me being mega lazy and not knowing which font I'd like decided to download them ALL (using this monster command). There's still a little IDE/terminal tweaking need to set this font though