🙌
starshipを最小構成で
とても便利なのだが、少しばかり身に余る装飾のため、最小構成でセットアップ。
brew install starship
eval "$(starship init zsh)" >> $HOME/.zshrc
公式ではNerd Fontを推奨しているが、余計なcaskファイルを増やしたくないので、下記のアイコンを使わない "Plain Text Symbols" を採用。
上記のDownload Linkから直接ダウンロードして然るべき場所に配置。
curl -o $HOME/.config/starship.toml https://starship.rs/presets/toml/plain-text-symbols.toml
source ~/.zshrc
Discussion