mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 13:47:38 +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
|
$ yay -S starship
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Nix (unstable)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ nix-env --install starship
|
||||||
|
```
|
||||||
|
|
||||||
1. Add the init script to your shell's config file:
|
1. Add the init script to your shell's config file:
|
||||||
|
|
||||||
#### Bash
|
#### Bash
|
||||||
|
@ -47,6 +47,12 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
|
|||||||
$ yay -S starship
|
$ yay -S starship
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Nix (unstable)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ nix-env --install starship
|
||||||
|
```
|
||||||
|
|
||||||
1. Add the init script to your shell's config file:
|
1. Add the init script to your shell's config file:
|
||||||
|
|
||||||
#### Bash
|
#### Bash
|
||||||
|
Loading…
Reference in New Issue
Block a user