🙌

starshipを最小構成で

2022/04/22に公開

https://starship.rs

とても便利なのだが、少しばかり身に余る装飾のため、最小構成でセットアップ。

brew install starship
eval "$(starship init zsh)" >> $HOME/.zshrc

公式ではNerd Fontを推奨しているが、余計なcaskファイルを増やしたくないので、下記のアイコンを使わない "Plain Text Symbols" を採用。

https://starship.rs/presets/plain-text.html

上記のDownload Linkから直接ダウンロードして然るべき場所に配置。

curl -o $HOME/.config/starship.toml https://starship.rs/presets/toml/plain-text-symbols.toml
source ~/.zshrc

Discussion