44 lines
730 B
Markdown
44 lines
730 B
Markdown
|
|
# starship zsh-Theme
|
||
|
|
|
||
|
|
**How to Install**
|
||
|
|
|
||
|
|
You will need following packages and the starship binary as self, go to the website and install it.
|
||
|
|
```
|
||
|
|
https://starship.rs/de-de/
|
||
|
|
```
|
||
|
|
|
||
|
|
You also need a NerdFont for the symbols.
|
||
|
|
```
|
||
|
|
https://www.nerdfonts.com/font-downloads
|
||
|
|
```
|
||
|
|
|
||
|
|
Install the required packages for your distribution
|
||
|
|
|
||
|
|
```
|
||
|
|
curl git zsh
|
||
|
|
```
|
||
|
|
|
||
|
|
|
||
|
|
**ArchLinux / Manjaro**
|
||
|
|
|
||
|
|
```
|
||
|
|
sudo pacman -S zsh curl git zsh --noconfirm
|
||
|
|
```
|
||
|
|
|
||
|
|
**Debian / Ubuntu**
|
||
|
|
|
||
|
|
```
|
||
|
|
sudo apt install curl git zsh -y
|
||
|
|
```
|
||
|
|
|
||
|
|
**Fedora / Red Hat / CentOS**
|
||
|
|
|
||
|
|
```
|
||
|
|
sudo dnf install curl git zsh -y
|
||
|
|
```
|
||
|
|
|
||
|
|
Installer script for ohmyzsh, starship theme and plugins (aliases)
|
||
|
|
|
||
|
|
```
|
||
|
|
curl -s https://scm.i-blacknet.de/mkurz/starship-theme/raw/branch/master/install.sh | bash -s
|
||
|
|
```
|