Automatically create shortcuts to host and host group directories
[abe:zshrc.git] / README.md
1 Axel's zshrc
2 ============
3
4 How to install:
5
6     git clone git://github.com/xtaran/zshrc.git ~/.zsh
7     cd ~/.zsh
8     git submodule init
9     git submodule update
10     ln -vis .zsh/zshenv ~/.zshenv
11
12 BEWARE
13 ======
14
15 This config contains some personal preferences like setting the
16 DEBEMAIL and DEBFULLNAME environment variables. So if you don't want
17 your changelogs ending with my name, I propose to grep the whole
18 repository for strings like abe, deuxchevaux, Axel and Beckert before
19 using it in production. ;-)
20
21 At least I was quite surprised that
22 [I did backport puppet to Squeeze] [puppet] without knowing it:
23
24 [puppet]: http://snapshot.debian.org/archive/debian-backports/20111101T153804Z/pool/main/p/puppet/puppet_2.7.6-1%7Ebpo60%2B1.dsc
25
26 Thanks to Micah for making me aware of that issue by uploading puppet
27 in my name. I'll try to fix this issue somehow, like checking if $USER
28 equals "abe" or so. :-)