mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-11 15:51:01 +00:00
docs: Add Nix installation instructions (#191)
This commit is contained in:
parent
a08cc971ab
commit
ff8b2a3387
@ -107,6 +107,12 @@ The prompt shows information you need while you're working, while staying sleek
|
||||
$ yay -S starship
|
||||
```
|
||||
|
||||
#### Nix (unstable)
|
||||
|
||||
```sh
|
||||
$ nix-env --install starship
|
||||
```
|
||||
|
||||
1. Add the init script to your shell's config file:
|
||||
|
||||
#### Bash
|
||||
|
@ -47,6 +47,12 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
||||
$ yay -S starship
|
||||
```
|
||||
|
||||
#### Nix (unstable)
|
||||
|
||||
```sh
|
||||
$ nix-env --install starship
|
||||
```
|
||||
|
||||
1. Add the init script to your shell's config file:
|
||||
|
||||
#### Bash
|
||||
|
Loading…
Reference in New Issue
Block a user