mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
2.4 KiB
2.4 KiB
home, heroImage, actionText, actionLink, footer
| home | heroImage | actionText | actionLink | footer |
|---|---|---|---|---|
| true | /logo.svg | Get Started → | /ja-JP/guide/ | ISC Licensed | Copyright © 2019-present Starship Contributors |
互換性優先
一般的なほとんどのOSの一般的なほとんどのシェル上で動作します。 あらゆるところで使用してください!
Rust 製
Rust の最高レベルの速度と安全性を用いることで、可能な限り高速かつ信頼性を高くしています。
カスタマイズ可能
それぞれの細かい点は好みにカスタマイズが出来るため、ミニマルにも多機能にも好きなようにプロンプトを設定することができます。
クイックインストール
-
Starship のバイナリをインストール
Install Latest Version
With Shell:
curl -fsSL https://starship.rs/install.sh | bashInstall via Package Manager
With Homebrew:
brew install starshipWith Scoop:
scoop install starship -
初期化のためのスクリプトをシェルの設定ファイルに追加
Bash
~/.bashrcの最後に以下を追記してください# ~/.bashrc eval "$(starship init bash)"Fish
~/.config/fish/config.fishの最後に以下を追記してください# ~/.config/fish/config.fish starship init fish | sourceZsh
~/.zshrcの最後に以下を追記してください# ~/.zshrc eval "$(starship init zsh)"Powershell
~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1(それか Nix上の~/.config/powershell/Microsoft.PowerShell_profile.ps1)の末尾に以下を追加してください。# ~\Documents\PowerShell\Profile.ps1 Invoke-Expression (&starship init powershell)Ion
Add the following to the end of
~/.config/ion/initrc:# ~/.config/ion/initrc eval $(starship init ion)