0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ターミナルでほのぼの

Posted at

ターミナルで応援してもらう

こんな感じになりました。
image.png

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

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?