Skip to content

Starship คือ Shell Prompt

Installation

สะดวกติดตั้งทางในไหนก็ติดตั้งตามนั้น รองรับทั้ง windows, macos, linux

ผมใช้ windows จะติดตั้งผ่าน scoop scoop install starship

Configuration

พิมพ์ mkdir -p ~/.config && touch ~/.config/starship.toml เพื่อสร้างไฟล์ starship.toml หรือจะสร้างเองก็ได้

ดูว่าติดตั้งใน Shell ไหน

ผมติดตั้งใน Powershell พิมพ์ $profile ใน terminal เพื่อดูว่า shell profile อยู่ที่ไหน

เมื่อรู้แล้วก็กดเข้าไป วางคำสั่งนี้ลงไป เพื่อให้ shell เรียกใช้ starship ทุกครั้งเมื่อเปิด terminal

js
$ENVSTARSHIP_CONFIG = "$HOME.configstarship.toml"

Invoke-Expression (&starship init powershell)

เปิด Terminal อีกครั้ง

ได้แล้ว สวยๆ

Config เพิ่มเติมได้

ถ้าจะ config ไม่เหมือนใคร ทำใน starship.toml โดยจริงๆใช้ค่า Default ก็ได้ ดีแล้ว

Last updated:

Released under the MIT License