Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jz543fm/starship-conf
starship-conf starship.toml
https://github.com/jz543fm/starship-conf
bash starship starship-prompt terminal
Last synced: 3 months ago
JSON representation
starship-conf starship.toml
- Host: GitHub
- URL: https://github.com/jz543fm/starship-conf
- Owner: jz543fm
- Created: 2022-07-06T12:57:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T05:24:07.000Z (5 months ago)
- Last Synced: 2024-08-29T06:32:39.543Z (5 months ago)
- Topics: bash, starship, starship-prompt, terminal
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starship-conf template
Install [Starship](https://starship.rs) and then add ```starship.toml``` to ```$HOME/.config/``` and reload your terminal
Example (behind white rectangle is name of actual K8s cluster):
![Screenshot](image.png)
## Installation:
Installation if you do not want to read Starship documentation:
```bash
#Install
curl -sS https://starship.rs/install.sh | sudo sh #Linux
brew install starship #MacOS# This install starship for actual user, if you want to install for sudo switch to it
# with sudo su; and install it:./install_bash.sh #bash - Linux
./install_zsh.sh #zsh - MacOS
```