mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-16 10:05:13 +00:00
docs: add funtoo linux install steps (#3112)
This commit is contained in:
parent
243dd64836
commit
3c995d3e3e
@ -39,6 +39,16 @@ pkg install getconf
|
|||||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --bin-dir /data/data/com.termux/files/usr/bin
|
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --bin-dir /data/data/com.termux/files/usr/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## [Funtoo Linux](https://www.funtoo.org/Welcome)
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
On Funtoo Linux, starship can be installed from [core-kit](https://github.com/funtoo/core-kit/tree/1.4-release/app-shells/starship) via Portage:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
emerge app-shells/starship
|
||||||
|
```
|
||||||
|
|
||||||
## [Nix](https://nixos.wiki/wiki/Nix)
|
## [Nix](https://nixos.wiki/wiki/Nix)
|
||||||
|
|
||||||
### Getting the Binary
|
### Getting the Binary
|
||||||
|
Loading…
Reference in New Issue
Block a user