Commit 3c698aac006d5f8457de17bcda6930bd4685fbc6
1 parent
b84833b4c7
Add information on cloning the repo.
Showing 1 changed file with 6 additions and 1 deletions Side-by-side Diff
README.mkd
... | ... | @@ -6,10 +6,15 @@ typical vim+pathogen setup. Antigen is to zsh, what [Vundle][] is to vim. |
6 | 6 | |
7 | 7 | # Quick Usage |
8 | 8 | |
9 | +First, clone this repo, probably as a submodule if you have your dotfiles in a | |
10 | +git repo, | |
11 | + | |
12 | + git clone https://github.com/sharat87/antigen.git | |
13 | + | |
9 | 14 | The usage should be very familiar to you if you use Vundle. A typical `.zshrc` |
10 | 15 | might look like this |
11 | 16 | |
12 | - source ~/labs/antigen/antigen.zsh | |
17 | + source /path-to-antigen-clone/antigen.zsh | |
13 | 18 | |
14 | 19 | # Load the oh-my-zsh's library. |
15 | 20 | bundle-lib |