.. | ||
README.md |
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
- Fast: it's fast – really really fast! 🚀
- Customizable: configure every aspect of your prompt.
- Universal: works on any shell, on any operating system.
- Intelligent: shows relevant information at a glance.
- Feature rich: support for all your favorite tools.
- Easy: quick to install – start using it in minutes.
🚀 설치
Prerequisites
- A Nerd Font installed and enabled in your terminal (for example, try the 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 바이러니 설치:
최근 버전 설치
From prebuilt binary, with Shell:
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
Note - The defaults of the install script can be overridden see the built-in help.
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --help
패키지 매니저를 이용한 설치
예제: Homebrew:
brew install starship
With 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)"
파워셀
Microsoft.PowerShell_profile.ps1
의 끝부분에 아래 내용을 추가. 해당 설정파일은 파워쉘에서$PROFILE
변수 확인을 통해 확인 가능. 일반적으로 해당 파일은~\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)
Elvish
Warning Only elvish v0.15 or higher is supported. 아래의 라인을
~/.elvish/rc.elv
마지막에 추가:# ~/.elvish/rc.elv eval (starship init elvish)
Tcsh
아래의 라인을
~/.tcshrc
마지막에 추가:# ~/.tcshrc eval `starship init tcsh`
Xonsh
Add the following to the end of
~/.xonshrc
:# ~/.xonshrc execx($(starship init xonsh))
Nushell
Warning This will change in the future. Only nu version v0.33 or higher is supported. Add the following to your nu config file. You can check the location of this file by running
config path
in nu.startup = [ "mkdir ~/.cache/starship", "starship init nu | save ~/.cache/starship/init.nu", "source ~/.cache/starship/init.nu" ] prompt = "starship_prompt"
🤝 기여
We are always looking for contributors of all skill levels! If you're looking to ease your way into the project, try out a 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.
If you are interested in helping contribute to starship, please take a look at our Contributing Guide. Also, feel free to drop into our Discord server and say hi. 👋
코드 기여
This project exists thanks to all the people who contribute. [기여].
Financial Contributors
Become a financial contributor and help us sustain our community. [기여]
Individuals
조직
Support this project with your organization. Your logo will show up here with a link to your website. [기여]
💭 Inspired By
Please check out these previous works that helped inspire the creation of starship. 🙏
-
denysdovhan/spaceship-prompt - A ZSH prompt for astronauts.
-
denysdovhan/robbyrussell-node - Cross-shell robbyrussell theme written in JavaScript.
-
reujab/silver - A cross-shell customizable powerline-like prompt with icons.
📝라이선스
Copyright © 2019-present, Starship Contributors.
This project is ISC licensed.