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   Bahasa Indonesia   Italiano   日本語   Português do Brasil   Русский   Tiếng Việt   简体中文   繁體中文

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)

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

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

## 🚀 インストール ### 必要なもの - [Nerd Font](https://www.nerdfonts.com/)がインストールされ、端末にて有効になっている(例えば、[Fira Code Nerd Font](https://www.nerdfonts.com/font-downloads)を試してみてください)。 ### Step 1. Install Starship 以下のリストからお使いのOSを選択し、インストール方法をご確認ください。
Android 以下のいずれかのパッケージマネージャーを使用して、Starshipをインストールします。 | Repository | Instructions | | --------------------------------------------------------------------------------- | ---------------------- | | [Termux](https://github.com/termux/termux-packages/tree/master/packages/starship) | `pkg install starship` |
BSD 以下のいずれかのパッケージマネージャーを使用して、Starshipをインストールします。 | Distribution | Repository | Instructions | | ------------ | -------------------------------------------------------- | --------------------------------- | | **_Any_** | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` | | FreeBSD | [FreshPorts](https://www.freshports.org/shells/starship) | `pkg install starship` | | NetBSD | [pkgsrc](https://pkgsrc.se/shells/starship) | `pkgin install starship` |
Linux お使いのシステムに合わせた最新版をインストールしてください。 ```sh curl -sS https://starship.rs/install.sh | sh ``` または、以下のパッケージマネージャを使用して、Starshipをインストールします。 | Distribution | Repository | Instructions | | ------------------ | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | | **_Any_** | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` | | _Any_ | [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` | | _Any_ | [Linuxbrew](https://formulae.brew.sh/formula/starship) | `brew install starship` | | _Any_ | [Snapcraft](https://snapcraft.io/starship) | `snap install starship` | | Alpine Linux 3.13+ | [Alpine Linux Packages](https://pkgs.alpinelinux.org/packages?name=starship) | `apk add starship` | | Arch Linux | [Arch Linux Community](https://archlinux.org/packages/community/x86_64/starship) | `pacman -S starship` | | CentOS 7+ | [Copr](https://copr.fedorainfracloud.org/coprs/atim/starship) | `dnf copr enable atim/starship`
`dnf install starship` | | Fedora 31+ | [Fedora Packages](https://src.fedoraproject.org/rpms/rust-starship) | `dnf install starship` | | NixOS | [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/starship/default.nix) | `nix-env -iA nixos.starship` | | Gentoo | [Gentoo Packages](https://packages.gentoo.org/packages/app-shells/starship) | `emerge app-shells/starship` | | Manjaro | | `pacman -S starship` | | NixOS | [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/starship/default.nix) | `nix-env -iA nixpkgs.starship` | | Void Linux | [Void Linux Packages](https://github.com/void-linux/void-packages/tree/master/srcpkgs/starship) | `xbps-install -S starship` |
macOS お使いのシステムに合わせた最新版をインストールしてください。 ```sh curl -sS https://starship.rs/install.sh | sh ``` または、以下のパッケージマネージャを使用して、Starshipをインストールします。 | Repository | Instructions | | -------------------------------------------------------- | --------------------------------------- | | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` | | [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` | | [Homebrew](https://formulae.brew.sh/formula/starship) | `brew install starship` | | [MacPorts](https://ports.macports.org/port/starship) | `port install starship` |
Windows 以下のいずれかのパッケージマネージャーを使用して、Starshipをインストールします。 | Repository | Instructions | | -------------------------------------------------------------------------------- | --------------------------------------- | | **[crates.io](https://crates.io/crates/starship)** | `cargo install starship --locked` | | [Chocolatey](https://community.chocolatey.org/packages/starship) | `choco install starship` | | [conda-forge](https://anaconda.org/conda-forge/starship) | `conda install -c conda-forge starship` | | [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/starship.json) | `scoop install starship` |
### Step 2. Setup your shell to use Starship Starshipを初期化するためのシェルの設定。 以下のリストからお使いのシェルを選択してください。
Bash `~/.bashrc` の最後に以下を追記してください ```sh eval "$(starship init bash)" ```
Cmd [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) コマンドを使用する必要があります。 このパス`%LocalAppData%\clink\starship.lua` に以下の内容を含むファイルを作成する。 ```lua load(io.popen('starship init cmd'):read("*a"))() ```
Elvish `~/.elvish/rc.elv` の最後に以下を追記してください。 ```sh eval (starship init elvish) ``` Note: Only Elvish v0.18+ is supported
Fish `~/.config/fish/config.fish` の最後に以下を追記してください ```fish starship init fish | source ```
Ion `~/.config/ion/initrc `の最後に次を追加してください ```sh eval $(starship init ion) ```
Nushell Run the following: ```sh mkdir ~/.cache/starship starship init nu | save ~/.cache/starship/init.nu ``` そして、Nushellの設定ファイルの最後に以下を追加してください( `$nu.config-path` を実行してください)。 ```sh starship init nu | save ~/.cache/starship/init.nu source ~/.cache/starship/init.nu ``` Note: Only Nushell v0.60+ is supported
PowerShell Add the following to the end of your PowerShell configuration (find it by running `$PROFILE`): ```powershell Invoke-Expression (&starship init powershell) ```
Tcsh `~/.tcshrc` の最後に以下を追加します: ```sh eval `starship init tcsh` ```
Xonsh `~/.xonshrc` の最後に以下を追加してください: ```python execx($(starship init xonsh)) ```
Zsh `~/.zshrc` の最後に以下を追記してください ```sh eval "$(starship init zsh)" ```
### Step 3. Configure Starship 新しいシェルインスタンスを起動すると、美しくて新しいシェルプロンプトが表示されるはずです。 デフォルトで問題なければ、お楽しみください! Starshipのさらなるカスタマイズを目指すなら以下を参考にしてみてください。 - **[Configuration](https://starship.rs/config/)** – learn how to configure Starship to tweak your prompt to your liking - **[Presets](https://starship.rs/presets/)** – get inspired by the pre-built configuration of others ## 🤝 貢献 私たちは常に**すべてのスキルレベル**の貢献者を探しています! もし簡単にプロジェクトへ参加する方法をお探しなら、 [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue) に取り組んでみてください。 あなたが英語以外の言語に堪能な場合、ドキュメントの翻訳と更新に協力していただけると嬉しいです。 協力してくれる場合、翻訳は [Starship Crowdin](https://translate.starship.rs/) から貢献できます。 もしあなたが Starship への貢献に興味がある場合は、我々の[貢献ガイド](https://github.com/starship/starship/blob/master/CONTRIBUTING.md)をご覧ください。 また、気軽に我々の[Discord サーバー](https://discord.gg/8Jzqu3T)へ顔を出してください。 👋 ## 💭影響を受けたプロダクト よければStarship の作成に影響を与えた、これまでのプロジェクトをチェックしてください 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** – A ZSH prompt for astronauts. - **[denysdovhan/robbyrussell-node](https://github.com/denysdovhan/robbyrussell-node)** – Cross-shell robbyrussell theme written in JavaScript. - **[reujab/silver](https://github.com/reujab/silver)** – A cross-shell customizable powerline-like prompt with icons.


Starship rocket icon

## 📝 ライセンス Copyright © 2019-present, [Starship Contributors](https://github.com/starship/starship/graphs/contributors).
このプロジェクトは [ISC](https://github.com/starship/starship/blob/master/LICENSE) でライセンスされています。