LoginSignup
0
0

More than 1 year has passed since last update.

とりあえず starshipを 入れてくれ

Last updated at Posted at 2022-05-04

starship

ターミナルのプロントをめっちゃいい感じにしてくれるツール
Rustで書かれているのもエモい

どんな感じ?

image.png

エモい
(なんかミスってそうだけど)

インストール

mac

  1. starshipを入れる
brew install starship

2.シェルの設定

zshの場合
eval "$(starship init zsh)"
bashの場合
eval "$(starship init bash)"

以上!

option

見た目をデフォルト以外に変えたいなら...

mkdir -p ~/.config && touch ~/.config/starship.toml

このページに従って好きに変更する!!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0