Files
powerlevel10k-theme/README.md
T

23 lines
454 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
wget curl git
ArchLinux / Manjaro
2021-02-05 20:28:43 +00:00
sudo pacman -S zsh wget curl git --noconfirm
2021-01-05 15:21:13 +01:00
Debian / Ubuntu
2021-02-05 20:28:43 +00:00
sudo apt install zsh wget curl git -y
2021-01-05 15:21:13 +01:00
Fedora / Red Hat / CentOS
2021-02-05 20:28:43 +00: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)
2021-12-18 17:02:20 +01:00
curl -s https://scm.i-blacknet.de/mkurz/powerlevel10k-theme/raw/branch/master/install.sh | bash -s
2021-01-05 15:21:13 +01:00