Skip to content

Commit

Permalink
Mention install.sh in README.md (holman#232)
Browse files Browse the repository at this point in the history
* Mention install.sh in README.md

* Cope with the feedback. Add additional explanation for install.sh.

* Apply feedback
  • Loading branch information
yeonghoey authored and holman committed Oct 19, 2016
1 parent 7be165e commit 1b430b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ There's a few special files in the hierarchy.
expected to setup `$PATH` or similar.
- **topic/completion.zsh**: Any file named `completion.zsh` is loaded
last and is expected to setup autocomplete.
- **topic/\*.symlink**: Any files ending in `*.symlink` get symlinked into
- **topic/install.sh**: Any file named `install.sh` is executed when you run `script/install`. To avoid being loaded automatically, its extension is `.sh`, not `.zsh`.
- **topic/\*.symlink**: Any file ending in `*.symlink` gets symlinked into
your `$HOME`. This is so you can keep all of those versioned in your dotfiles
but still keep those autoloaded files in your home directory. These get
symlinked in when you run `script/bootstrap`.
Expand Down

0 comments on commit 1b430b7

Please sign in to comment.