Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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