Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / zsh / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Zsh</title>
5 <meta name="Title" content="grml.org - Zsh" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Zsh of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 [% INCLUDE static.inc %]
24
25       <div class="content">
26
27        <p><img style="float: right" src="/img/zsh_lover.png" alt="*" /></p>
28
29        <h1>Zsh</h1>
30
31        <p><a href="#intro">Introduction</a> / <a
32        href="#grmlzshrefcard">grml-zsh-refcard</a> / <a
33        href="#grmlzshrc">grmlzshrc(5)</a> / <a
34        href="#grmlzshconfig">grml-zsh-config</a> / <a
35        href="#zshlovers">zsh-lovers</a> / <a
36        href="#resources">Resources</a></p>
37
38       <h2><a name="intro"></a>Introduction</h2>
39
40       <p>One of the main features of the grml system is the <a
41       href="http://zsh.sourceforge.net/">zsh</a> (Z shell). The zsh is the default
42       <em>interactive</em> shell of the grml system. On this webpage you will
43       find information regarding the zsh on grml.</p>
44
45       <h2><a name="grmlzshrefcard"></a>grml-zsh-refcard</h2>
46
47       <p>The grml-zsh-refcard provides a short overview of defined aliases,
48       functions and settings of zsh on the grml system. Download it, print it
49       and improve your zsh skills!</p>
50
51       <ul>
52         <li><a href="grml-zsh-refcard.pdf">grml-zsh-refcard.pdf</a> (~108kB)</li>
53       </ul>
54
55       <h2><a name="grmlzshrc"></a>grmlzshrc(5)</h2>
56
57       <p>grmlzshrc(5) is a manpage providing detailled information about grml's
58       zsh configuration. On the grml system it is available offline via 'man
59       grmlzshrc'. An online version is available as well:</p>
60
61       <ul>
62         <li><a href="grmlzshrc.html">grmlzshrc.html</a> (~50kB)</li>
63       </ul>
64
65       <h2><a name="grmlzshconfig"></a>grml-zsh-config</h2>
66
67       <p>You do not have to use grml/Debian to use grml's zsh configuration.
68       Just retrieve and install the configuration files in your home directory
69       via executing for example:</p>
70
71 <pre class="rahmen">
72 # IMPORTANT: please note that you might override an existing
73 # configuration file in the current working directory! =>
74 wget -O .zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
75
76 # Optionally also grab the user configration:
77 # wget -O .zshrc.local  https://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
78 </pre>
79
80       <p>Tip: for <a href="https://www.archlinux.org/">Archlinux</a> linux users
81       exists <a
82       href="https://www.archlinux.org/packages/extra/any/grml-zsh-config/">an
83       official grml-zsh-config package</a>.</p>
84
85       <h2><a name="zshlovers"></a>zsh-lovers</h2>
86
87       <p>zsh-lovers is a small project which tries to collect tips, tricks and
88       examples for the Z shell. Authors of the zsh-lovers manual page are <a
89       href="http://www.strcat.de/">Christian 'strcat' Schneider</a>, <a
90       href="/team/">Matthias Kopfermann</a> and <a href="/team/">Michael
91       Prokop</a>.</p>
92
93       <p>Main part of zsh-lovers is the manual page which is available in
94       several formats:</p>
95
96       <ul>
97         <li><a href="zsh-lovers.1">zsh-lovers.1</a> (manual page) </li>
98         <li><a href="zsh-lovers.pdf">zsh-lovers.pdf</a></li>
99         <li><a href="zsh-lovers.html">zsh-lovers.html</a></li>
100       </ul>
101
102       <p>The zsh-lovers archive includes the zsh-lovers manual page and several
103       zsh configuration files. Get it from <a
104       href="https://deb.grml.org/pool/main/z/zsh-lovers/">the zsh-lovers
105       directory</a> at <a href="https://deb.grml.org/">the grml repository</a>.
106
107       <p>Notice: If you would like to have zsh-lovers on your Debian system add
108       the following line to /etc/apt/sources.list (run 'apt-get update
109       &amp;&amp; apt-get install zsh-lovers'):</p>
110
111 <pre class="rahmen">
112 # grml-repository
113   deb     http://deb.grml.org/ grml-stable  main</pre>
114
115       <p>If you find any bugs or suggestions please <a
116         href="mailto:zsh-lover@michael-prokop.at">mail us</a>! Feedback is
117       welcome - help us to improve it!</p>
118
119       <h2><a name="resources"></a>Resources</h2>
120
121       <h3>General/Useful:</h3>
122
123       <ul>
124         <li><a href="http://www.zsh.org/">zsh.org</a>: zsh-homepage
125         <li><a href="http://zsh.sourceforge.net/">zsh.sourceforge.net/</a> - <em>main</em> zsh-homepage
126         <li><a href="http://sourceforge.net/projects/zsh/">zsh.sf.net</a> - zsh-projectpage
127         <li><a href="http://zsh.sourceforge.net/FAQ/">Z-Shell FAQs</a>
128         <li><a href="http://www.zshwiki.org/">Zsh Wikiweb</a>
129         <li><a href="http://www.zsh.org/mla/">Zsh - mailing list archive</a>
130         <li><a href="http://www.bash2zsh.com/">From Bash to Z Shell: Conquering the
131         Command Line</a>
132         <li><a href="http://www.bash2zsh.com/zsh_refcard/refcard.pdf">Zsh reference-card (PDF)</a>
133         <li><a href="http://www.opengroup.org/onlinepubs/007908799/xcu/shellix.html">The Single UNIX ® Specification, Version 2 - Shell Command Language Index</a></li>
134         <li><a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=zsh">Debian bug reports for zsh</a>
135         <li><a href="http://www.strcat.de/zsh/">Zsh-Webpage</a> by Christian Schneider
136         <li><a href="http://adamspiers.org/computing/shells/">Adam's UNIX shells page</a>
137         <li><a href="http://developer.berlios.de/projects/netzworkk/">kwtools</a> - a
138         big zsh-scriptcollection (based on <a
139         href="http://packages.debian.org/unstable/misc/dialog">dialog</a>) by Kai Wilke for
140         often used apps
141         <li><a href="http://www.rayninfo.co.uk/tips/zshtips.html">Zzappers Best of ZSH tips</a> by David Rayner
142         <li><a href="http://zsh.sourceforge.net/links.html">more links on zsh-homepage</a>
143         <!--
144         <li><a href="http://www.int.gu.edu.au/courses/2010int/nscp_shells.html">NCSP - Unix Shells</a>
145         -->
146       </ul>
147
148       <h3>Articles:</h3>
149
150       <ul>
151         <li><a href="http://zsh.sourceforge.net/Guide/zshguide.html">A User's Guide to the Z-Shell</a> by Peter Stephenson (1999) </li>
152         <li><a href="http://www.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux">Curtains up: introducing the Z shell</a> by IBM Developerworks (2001)</li>
153     <!--
154         <li><a href="http://www-106.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux">Introducing the Z-Shell</a> by IBM Developerworks (1.2.2001)</li>
155         <li><a href="http://ezine.daemonnews.org/199910/zsh.html">Artikel in BSD-News</a> by Dominic Mitchell (October 1999)</li>
156         <li><a href="http://www.linux-mag.com/cgi-bin/printer.pl?issue=2002-05&amp;article=power">Making the Transition to Zsh</a> by John Beppu (May 2002)</li>
157         <li>Writing Zsh Completion Functions (July 2002): <a
158         href="http://www.linux-mag.com/2002-07/power_01.html">part 1</a> und <a
159         href="http://www.linux-mag.com/2002-07/power_02.html">part 2</a></li>
160     -->
161         <li><a href="http://www.acm.uiuc.edu/workshops/zsh/toc.html">Zsh Workshop</a> by Larry P. Schrof
162       </ul>
163
164       <h3>Zsh configuration files:</h3>
165
166       <ul>
167         <li><a href="http://www.strcat.de/dotfiles/">zsh-config of Christian Schneider</a>
168         <li><a href="http://zshwiki.org/home/links/configs">zsh-configuration-files @ zshwiki.org </a></li>
169         <!--
170         <li><a href="http://www.dotfiles.com/index.php?app_id=4">zshrcs @ dotfiles.com</a></li>
171         -->
172       </ul>
173
174       <h3>German information:</h3>
175
176       <ul>
177         <li><a href="https://www.michael-prokop.at/computer/tools_zsh.html">www.michael-prokop.at/computer/tools_zsh.html</a> - zsh-Seite von Michael Prokop</li>
178         <li><a href="https://www.michael-prokop.at/computer/tools_zsh_liebhaber.html">Zsh-Liebhaber-Seite</a> von Michael Prokop und Matthias Kopfermann</li>
179       </ul>
180
181       </div>
182
183 [% INCLUDE static_bottom.inc %]