ターミナルで応援してもらう
starshipを使っています。
.config/starship.tomlファイルに設定を追加しました。
format = """
$cmd_duration $directory $git_branch ${custom.face}
$character"""
[custom.face]
command = """
shuf -n1 -e \
"(*'-') < Hello" \
"(*'-') < Good luck" \
"(*'-') < Keep it up." \
"(*'-') < Do your best." \
"(*'-') < You can do it!" \
"(*'-') < Have a nice day!" \
"(*'-') < おはよう!" \
"(*'-') < まじかーー" \
"(*'-') < がんばれー!" \
"(*'-') < ふぁいとっ!" \
"(*'-') < 休憩しよ☕" \
"(*'-') < よくやった!" \
"(*'-') < コーヒー飲みたい☕" \
"(*'-') < もしかして天才かも?🤔" \
"(*'-') < まだ慌てる時間じゃない…" \
"(*'-') < Error?仕様です😎" \
"(*'-') < ごはん食べた?🍚" \
"(*'-') < おつかれ〜🍵" \
"(*'-') < ま、いっか"
"""
when = "true"
style = "bold yellow"
format = "$output"
私のdotfilesは以下のリポジトリに上げています
https://github.com/yuuki-fuji/dotfiles/blob/main/starship/.config/starship.toml
