https://github.com/jz543fm/starship-conf
starship-conf starship.toml
https://github.com/jz543fm/starship-conf
bash starship starship-prompt terminal
Last synced: 2 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T05:24:07.000Z (8 months ago)
- Last Synced: 2025-04-01T14:21:03.350Z (22 days ago)
- Topics: bash, starship, starship-prompt, terminal
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 13
- 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):

## 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
```