https://github.com/xtaran/zshrc
Axel's .zsh directory which is basically his .zshrc. Needs grml's zshrc via grml-etc-core as submodule.
https://github.com/xtaran/zshrc
configuration dot-d-directory grml shell syntax-highlighting zsh zshrc
Last synced: 8 months ago
JSON representation
Axel's .zsh directory which is basically his .zshrc. Needs grml's zshrc via grml-etc-core as submodule.
- Host: GitHub
- URL: https://github.com/xtaran/zshrc
- Owner: xtaran
- Created: 2010-05-13T23:22:29.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T21:55:06.000Z (over 2 years ago)
- Last Synced: 2025-09-23T21:39:19.379Z (9 months ago)
- Topics: configuration, dot-d-directory, grml, shell, syntax-highlighting, zsh, zshrc
- Language: Shell
- Homepage: https://noone.org/blog/tag/zsh
- Size: 207 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
[puppet]: http://snapshot.debian.org/archive/debian-backports/20111101T153804Z/pool/main/p/puppet/puppet_2.7.6-1%7Ebpo60%2B1.dsc
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. :-)