0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

I've created an installation script that helps with the

Jose Tovar 2018-08-23 10:54:45 -05:00
parent 21b104cf8a
commit 8139304d39

@ -51,6 +51,17 @@ zsh_custom
Then edit your .zshrc to use that theme.
Optionally you can use the following script for an easier installation: [oh-my-zsh theme installer](https://gist.github.com/tmjoseantonio/dfa6b84818051f1c5b95dbcb0a47a118)
```
# some_folder
# └──install.sh
# └──my_awesome_theme.zsh-theme
```
```shell
$ sh install.sh my_awesome_theme
```
```shell
ZSH_THEME="my_awesome_theme"
```