README.md aktualisiert
This commit is contained in:
@@ -2,24 +2,26 @@
|
||||
|
||||
**How to Install**
|
||||
You will need following packages
|
||||
|
||||
wget curl git
|
||||
```
|
||||
wget curl git
|
||||
```
|
||||
ArchLinux / Manjaro
|
||||
|
||||
sudo pacman -S zsh wget curl git --noconfirm
|
||||
|
||||
```
|
||||
sudo pacman -S zsh wget curl git --noconfirm
|
||||
```
|
||||
Debian / Ubuntu
|
||||
|
||||
sudo apt install zsh wget curl git -y
|
||||
|
||||
```
|
||||
sudo apt install zsh wget curl git -y
|
||||
```
|
||||
Fedora / Red Hat / CentOS
|
||||
|
||||
sudo dnf install zsh wget curl git -y
|
||||
|
||||
```
|
||||
sudo dnf install zsh wget curl git -y
|
||||
```
|
||||
Install Script for rainbow-zsh theme and plugins (aliases)
|
||||
|
||||
curl -s https://scm.i-blacknet.de/mkurz/powerlevel10k-theme/raw/branch/master/install.sh | bash -s
|
||||
|
||||
```
|
||||
curl -s https://scm.i-blacknet.de/mkurz/powerlevel10k-theme/raw/branch/master/install.sh | bash -s
|
||||
```
|
||||
alternative theme
|
||||
|
||||
curl -o ~/.p1ok.zsh https://gist.githubusercontent.com/blacknet76/734b8dae787e3b171dd894955dc328f4/raw/59f21753b43d9baee842e6ddc9f1cba575740373/.p10k.zsh
|
||||
```
|
||||
curl -o ~/.p1ok.zsh https://gist.githubusercontent.com/blacknet76/734b8dae787e3b171dd894955dc328f4/raw/59f21753b43d9baee842e6ddc9f1cba575740373/.p10k.zsh
|
||||
```
|
||||
Reference in New Issue
Block a user