Files

20 lines
366 B
Markdown
Raw Permalink Normal View History

2020-05-16 20:16:53 +02:00
# rainbow zsh-Theme
**How to Install**
2020-05-16 20:32:02 +02:00
You will need following packages
wget curl git
ArchLinux / Manjaro
sudo pacman -S wget curl git --noconfirm
Debian / Ubuntu
apt install wget curl git -y
Install Script for rainbow-zsh theme and plugins (aliases)
2020-05-16 20:16:53 +02:00
2021-12-18 17:01:55 +01:00
curl -s https://scm.i-blacknet.de/mkurz/rainbow-zsh-theme/raw/branch/master/install.sh | bash -s
2020-05-16 20:16:53 +02:00
2020-05-16 20:32:02 +02:00