From 8139304d39cfed81a663660ffda95a07a53bdb6f Mon Sep 17 00:00:00 2001 From: Jose Tovar Date: Thu, 23 Aug 2018 10:54:45 -0500 Subject: [PATCH] I've created an installation script that helps with the --- Customization.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Customization.md b/Customization.md index 84315e4..87290af 100644 --- a/Customization.md +++ b/Customization.md @@ -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" ```