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