1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-21 09:32:23 +00:00

docs: Add Nix installation instructions (#191)

This commit is contained in:
Bruno Bigras 2019-08-20 00:50:35 -04:00 committed by Matan Kushner
parent a08cc971ab
commit ff8b2a3387
2 changed files with 12 additions and 0 deletions

View File

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

View File

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