Remove unnecessary files and add how-to install
This commit is contained in:
parent
aedaeb7c99
commit
5a86b9817d
4 changed files with 9 additions and 13 deletions
|
@ -1 +1,10 @@
|
||||||
This is just my own oh-my-zsh theme.
|
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
|
||||||
|
|
10
example.zsh
10
example.zsh
|
@ -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
|
|
||||||
#
|
|
|
@ -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.
|
|
|
@ -1 +0,0 @@
|
||||||
# Put your custom themes in this folder.
|
|
Loading…
Add table
Add a link
Reference in a new issue