From b6e70bcd5d7d5c97d5b9f916664881fa9a3c2748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sun, 28 Oct 2018 16:22:16 +0100 Subject: [PATCH] Revert 77ada8a16d4f354072543902d02bc166f5262d14...8139304d39cfed81a663660ffda95a07a53bdb6f on Customization --- Customization.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Customization.md b/Customization.md index 87290af..84315e4 100644 --- a/Customization.md +++ b/Customization.md @@ -51,17 +51,6 @@ 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" ```