diff --git a/README.md b/README.md index 803f640..0524317 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ This is just my own oh-my-zsh theme. + +To set it up run: + + git clone git@github.com:jeena/jeena-zsh.git + +and add this to your .zshrc (adapt the path): + + ZSH_THEME="jeena" + ZSH_CUSTOM=$HOME/Projects/jeena-zsh diff --git a/example.zsh b/example.zsh deleted file mode 100644 index c505a96..0000000 --- a/example.zsh +++ /dev/null @@ -1,10 +0,0 @@ -# You can put files here to add functionality separated per file, which -# will be ignored by git. -# Files on the custom/ directory will be automatically loaded by the init -# script, in alphabetical order. - -# For example: add yourself some shortcuts to projects you often work on. -# -# brainstormr=~/Projects/development/planetargon/brainstormr -# cd $brainstormr -# diff --git a/plugins/example/example.plugin.zsh b/plugins/example/example.plugin.zsh deleted file mode 100644 index 406f274..0000000 --- a/plugins/example/example.plugin.zsh +++ /dev/null @@ -1,2 +0,0 @@ -# Add your own custom plugins in the custom/plugins directory. Plugins placed -# here will override ones with the same name in the main plugins directory. diff --git a/themes/example.zsh-theme b/themes/example.zsh-theme deleted file mode 100644 index 6f9c9db..0000000 --- a/themes/example.zsh-theme +++ /dev/null @@ -1 +0,0 @@ -# Put your custom themes in this folder.