Files
powerlevel10k-theme/README.md
T

27 lines
656 B
Markdown
Raw Normal View History

2021-01-05 15:21:13 +01:00
# powerlevel10k zsh-Theme
**How to Install**
You will need following packages
2023-09-09 15:16:56 +02:00
```
wget curl git
```
2021-01-05 15:21:13 +01:00
ArchLinux / Manjaro
2023-09-09 15:16:56 +02:00
```
sudo pacman -S zsh wget curl git --noconfirm
```
2021-01-05 15:21:13 +01:00
Debian / Ubuntu
2023-09-09 15:16:56 +02:00
```
sudo apt install zsh wget curl git -y
```
2021-01-05 15:21:13 +01:00
Fedora / Red Hat / CentOS
2023-09-09 15:16:56 +02:00
```
sudo dnf install zsh wget curl git -y
```
2021-01-05 15:21:13 +01:00
Install Script for rainbow-zsh theme and plugins (aliases)
2023-09-09 15:16:56 +02:00
```
curl -s https://scm.i-blacknet.de/mkurz/powerlevel10k-theme/raw/branch/master/install.sh | bash -s
```
2023-09-09 15:13:01 +02:00
alternative theme
2023-09-09 15:16:56 +02:00
```
curl -o ~/.p1ok.zsh https://gist.githubusercontent.com/blacknet76/734b8dae787e3b171dd894955dc328f4/raw/59f21753b43d9baee842e6ddc9f1cba575740373/.p10k.zsh
```