xtaran / zshrc

Axel's .zsh directory which is basically his .zshrc. Needs grml's zshrc via grml-etc-core as submodule.

Home Page:https://noone.org/blog/tag/zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axel's zshrc

How to install:

git clone git://github.com/xtaran/zshrc.git ~/.zsh
cd ~/.zsh
git submodule init
git submodule update
ln -vis .zsh/zshenv ~/.zshenv

BEWARE

This config contains some personal preferences like setting the DEBEMAIL and DEBFULLNAME environment variables. So if you don't want your changelogs ending with my name, I propose to grep the whole repository for strings like abe, deuxchevaux, Axel and Beckert before using it in production. ;-)

At least I was quite surprised that [I did backport puppet to Squeeze] puppet without knowing it:

Thanks to Micah for making me aware of that issue by uploading puppet in my name. I'll try to fix this issue somehow, like checking if $USER equals "abe" or so. :-)

About

Axel's .zsh directory which is basically his .zshrc. Needs grml's zshrc via grml-etc-core as submodule.

https://noone.org/blog/tag/zsh


Languages

Language:Shell 99.1%Language:Makefile 0.9%