X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=zsh%2Findex.html.tt2;fp=zsh%2Findex.html.tt2;h=0305dfab92ad9ef1127b941d35c877e3c9d4e141;hb=1fce34f10ff6bdb0dc2bf3500c5f50a94e611bbd;hp=0000000000000000000000000000000000000000;hpb=51357e6c021cf74cb97be5638e9ddab429d0b186;p=grml.org.git diff --git a/zsh/index.html.tt2 b/zsh/index.html.tt2 new file mode 100644 index 0000000..0305dfa --- /dev/null +++ b/zsh/index.html.tt2 @@ -0,0 +1,184 @@ + + + +grml.org - Zsh + + + + + + + + + + + + + + + + + + + +[% INCLUDE static.inc %] + +
+ +

*

+ +

Zsh

+ +

Introduction / grml-zsh-refcard / grmlzshrc(5) / grml-zsh-config / zsh-lovers / Resources

+ +

Introduction

+ +

One of the main features of the grml system is the zsh (Z shell). The zsh is the default + interactive shell of the grml system. On this webpage you will + find information regarding the zsh on grml.

+ +

grml-zsh-refcard

+ +

The grml-zsh-refcard provides a short overview of defined aliases, + functions and settings of zsh on the grml system. Download it, print it + and improve your zsh skills!

+ + + +

grmlzshrc(5)

+ +

grmlzshrc(5) is a manpage providing detailled information about grml's + zsh configuration. On the grml system it is available offline via 'man + grmlzshrc'. An online version is available as well:

+ + + +

grml-zsh-config

+ +

You do not have to use grml/Debian to use grml's zsh configuration. + Just retrieve and install the configuration files in your home directory + via executing for example:

+ +
+# IMPORTANT: please note that you might override an existing
+# configuration file in the current working directory! =>
+wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
+
+# Optionally also grab the user configration:
+# wget -O .zshrc.local  http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
+
+ +

Tip: for Archlinux linux users + exists an + official grml-zsh-config package.

+ +

zsh-lovers

+ +

zsh-lovers is a small project which tries to collect tips, tricks and + examples for the Z shell. Authors of the zsh-lovers manual page are Christian 'strcat' Schneider, Matthias Kopfermann and Michael + Prokop.

+ +

Main part of zsh-lovers is the manual page which is available in + several formats:

+ + + +

The zsh-lovers archive includes the zsh-lovers manual page and several + zsh configuration files. Get it from the zsh-lovers + directory at the grml repository. + +

Notice: If you would like to have zsh-lovers on your Debian system add + the following line to /etc/apt/sources.list (run 'apt-get update + && apt-get install zsh-lovers'):

+ +
+# grml-repository
+  deb     http://deb.grml.org/ grml-stable  main
+ +

If you find any bugs or suggestions please mail us! Feedback is + welcome - help us to improve it!

+ +

Resources

+ +

General/Useful:

+ + + +

Articles:

+ + + +

Zsh configuration files:

+ + + +

German information:

+ + + +
+ +[% INCLUDE static_bottom.inc %]