1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 11:00:47 +00:00
starship/docs/ja-JP/guide/README.md
2020-05-23 19:10:58 -04:00

10 KiB

Starship – Cross-shell prompt

GitHub Actions workflow status Crates.io version Packaging status
Chat on Discord Follow @StarshipPrompt on Twitter

ウェブサイト · インストール · 設定

English   日本語   繁體中文   Русский   Deutsch   简体中文   Español   Français

Starship with iTerm2 and the Snazzy theme

シェル用の最小限の、非常に高速で、無限にカスタマイズ可能なプロンプトです!

  • 高速: 本当に 高速です! 🚀
  • カスタマイズ可能: プロンプトのあらゆる側面を構成します。
  • ユニバーサル: あらゆるシェル、あらゆるオペレーティングシステムで動作します。
  • インテリジェント: 関連情報を一目で示します。
  • 豊富な機能: お気に入りのツールをすべてサポートします。
  • 簡単: 迅速なインストールが可能であり、数分で使用開始可能です。

Starshipのドキュメントを見る  ▶

🚀 インストール

必要なもの

  • Powerline フォント がターミナルにインストールされて有効になっている必要があります(例えば Fira Code を試してみてください)。

入門

  1. Starship のバイナリをインストール

    最新版のインストール

    ビルド済みのバイナリをインストール
    curl -fsSL https://starship.rs/install.sh | bash
    
    crates.ioからソースをインストール
    cargo install starship
    

    パッケージマネージャー経由でインストール

    Homebrew の場合:
    brew install starship
    
    Scoop の場合:
    scoop install starship
    
  2. 初期化のためのスクリプトをシェルの設定ファイルに追加

    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

    ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 (それか Nix上の ~/.config/powershell/Microsoft.PowerShell_profile.ps1 )の末尾に以下を追加してください。

    Invoke-Expression (&starship init powershell)
    

    Ion

    ~/.config/ion/initrc の最後に次を追加してください

    # ~/.config/ion/initrc
    
    eval $(starship init ion)
    

🤝 貢献

私たちは常にすべてのスキルレベルの貢献者を探しています! もし簡単にプロジェクトへ参加する方法をお探しなら、 good first issue に取り組んでみてください。

もしあなたが Starship への貢献に興味がある場合は、我々の貢献ガイドをご覧ください。 また、気軽に我々のDiscord サーバーへ顔を出してください。 👋

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

💭影響を受けたプロダクト

よければStarship の作成に影響を与えた、これまでのプロジェクトをチェックしてください 🙏

  • denysdovhan/spaceship-prompt - 宇宙飛行士のための ZSH プロンプト。

  • denysdovhan/robbyrussell-node - 多くの shell に対応した JavaScript で書かれた robbyrussell テーマ。

  • reujab/silver - 多くの shell に対応しているカスタマイズ可能でアイコンを表示できる powerline のようなプロンプト。


Starship rocket icon

📝 ライセンス

Copyright © 2019-present, Starship Contributors.
このプロジェクトは ISC でライセンスされています。