.. | ||
README.md |
シェル用の最小限の、非常に高速で、無限にカスタマイズ可能なプロンプトです!
- 高速: 本当に 高速です! 🚀
- カスタマイズ可能: プロンプトのあらゆる側面を構成します。
- ユニバーサル: あらゆるシェル、あらゆるオペレーティングシステムで動作します。
- インテリジェント: 関連情報を一目で示します。
- 豊富な機能: お気に入りのツールをすべてサポートします。
- 簡単: 迅速なインストールが可能であり、数分で使用開始可能です。
🚀 インストール
必要なもの
- Nerd Fontがインストールされ、端末にて有効になっている(例えば、Fira Code Nerd Fontを試してみてください)。
入門
Note: due to the proliferation of different platforms, only a subset of supported platforms are shown below. Can't see yours? Have a look at the extra platform instructions.
-
Starship のバイナリをインストール
最新版のインストール
ビルド済みのバイナリをインストール
curl -fsSL https://starship.rs/install.sh | bash
パッケージマネージャー経由でインストール
Example: Homebrew:
brew install starship
Scoop の場合:
scoop install starship
-
初期化のためのスクリプトをシェルの設定ファイルに追加
Bash
~/.bashrc
の最後に以下を追記してください# ~/.bashrc eval "$(starship init bash)"
Fish
~/.config/fish/config.fish
の最後に以下を追記してください# ~/.config/fish/config.fish starship init fish | source
Zsh
~/.zshrc
の最後に以下を追記してください# ~/.zshrc eval "$(starship init zsh)"
PowerShell
Add the following to the end of
Microsoft.PowerShell_profile.ps1
. You can check the location of this file by querying the$PROFILE
variable in PowerShell. Typically the path is~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
or~/.config/powershell/Microsoft.PowerShell_profile.ps1
on -Nix.Invoke-Expression (&starship init powershell)
Ion
~/.config/ion/initrc
の最後に次を追加してください# ~/.config/ion/initrc eval $(starship init ion)
🤝 貢献
私たちは常にすべてのスキルレベルの貢献者を探しています! もし簡単にプロジェクトへ参加する方法をお探しなら、 good first issue に取り組んでみてください。
If you are fluent in a non-English language, we greatly appreciate any help keeping our docs translated and up-to-date in other languages. If you would like to help, translations can be contributed on the Starship Crowdin.
もしあなたが Starship への貢献に興味がある場合は、我々の貢献ガイドをご覧ください。 また、気軽に我々のDiscord サーバーへ顔を出してください。 👋
コードに貢献していただいた方々
このプロジェクトは、貢献したすべての人々のおかげで存在します。 [Contribute].
財政的な貢献をしていただいた方々
財政的な貢献者になって、私たちのコミュニティを維持するのを助けていただけると嬉しいです。 [Contribute]
個人
組織
あなたの組織でこのプロジェクトをサポートします。 あなたのロゴはあなたのウェブサイトへのリンクとここに表示されます。 [Contribute]
💭影響を受けたプロダクト
よければStarship の作成に影響を与えた、これまでのプロジェクトをチェックしてください 🙏
-
denysdovhan/spaceship-prompt - 宇宙飛行士のための ZSH プロンプト。
-
denysdovhan/robbyrussell-node - 多くの shell に対応した JavaScript で書かれた robbyrussell テーマ。
-
reujab/silver - 多くの shell に対応しているカスタマイズ可能でアイコンを表示できる powerline のようなプロンプト。
📝 ライセンス
Copyright © 2019-present, Starship Contributors.
このプロジェクトは ISC でライセンスされています。