forked from Homebrew/brew.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (21 loc) · 866 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: index
lang: en
subtitle: Making zsh comfortable
pagecontent:
what: myzsh provides a configuration framework customizing the zsh prompt.
how: myzsh installs everything into a single directory. A variable and a call to the init script is all that's needed.
prefix: myzsh won’t install files outside its prefix, and you can place a myzsh installation wherever you like.
createpackages: Trivially create your own myzsh modules.
formula: myzsh modules are simple zsh scripts.
complement: myzsh complements commands by extending their usage.
install:
install: Install myzsh
paste: Paste that at a Terminal prompt.
doc:
further: Further Documentation
wiki: myzsh wiki
foot:
code: Original code by <a href="http://methylblue.com/">Max Howell</a>.
page: Website by <a href="http://exomel.com">Rémi Prévost</a>.
---