From 5a86b9817d7d598de68264719594b7f4504ccd85 Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 7 Jan 2020 08:03:11 +0100 Subject: [PATCH] Remove unnecessary files and add how-to install --- README.md | 9 +++++++++ example.zsh | 10 ---------- plugins/example/example.plugin.zsh | 2 -- themes/example.zsh-theme | 1 - 4 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 example.zsh delete mode 100644 plugins/example/example.plugin.zsh delete mode 100644 themes/example.zsh-theme 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.