mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add KISS Linux to instructions
parent
7b79c24010
commit
cac81771a4
|
@ -182,7 +182,11 @@ Or:
|
||||||
```sh
|
```sh
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
```
|
```
|
||||||
|
### KISS Linux
|
||||||
|
To install zsh, you must add the [community](https://github.com/kiss-community/repo-community/) repo to your `$KISS_PATH`.
|
||||||
|
```sh
|
||||||
|
kiss b zsh && kiss i zsh
|
||||||
|
```
|
||||||
### Add yours
|
### Add yours
|
||||||
|
|
||||||
If you know a platform that is not covered, edit this page and add it!
|
If you know a platform that is not covered, edit this page and add it!
|
Loading…
Reference in New Issue