Skip to content

πŸš€βœ¨ Minimalistic, powerful and extremely customizable cross-plataform prompt

License

Notifications You must be signed in to change notification settings

BrunoCiccarino/astroship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

astroship

πŸš€βœ¨ Minimalistic, powerful and extremely customizable cross-plataform prompt

πŸ“¦ requirements

  • A Nerd Font or Powerline Font installed and enabled in your terminal (for example, try the FiraCode Nerd Font).

πŸ’€ Installation

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

πŸ’­ Inspired By

About

πŸš€βœ¨ Minimalistic, powerful and extremely customizable cross-plataform prompt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages