πβ¨ Minimalistic, powerful and extremely customizable cross-plataform prompt
- A Nerd Font or Powerline Font installed and enabled in your terminal (for example, try the FiraCode Nerd Font).
To install it is very simple, just put the binary in the path. And then after that you need to follow these steps depending on the shell you are using.
Bash
in your .bashrc add```shell
PS1='$(astroship)'
```
Zsh
in your .zshrc add```shell
PROMPT='$(astroship)'
```
Nushell
comming soon...
Fish
in your config.fish add```shell
function fish_prompt
astroship
end
```
Powershell
in your $PROFILE add```shell
function prompt {
& astroship
}
```