Make console work comfortable
Update on 2008-10-10: replace old hg.grml.org URLs with current git.grml.org.
You like grml’s Zsh, GNU screen and Vim configuration? No problem to get that on non-grml/non-Debian/non-Linux/… systems as well. Just copy/paste the following lines which are stolen from one of my personal cheatsheets for working on foreign systems (being Linux as well as Solaris, BSD, Windows,…):
# IMPORTANT: please notice that you might override existing # configuration files in the current working directory! => wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc wget -O .zshrc.global http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc wget -O .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic wget -O .vimrc http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc
If you do not want to copy/paste just use the grml-config.sh script instead.
Notice: the above URLs always points to the most recent version of the file(s), so it’s easy to stay up2date as well as checking out a very specific version of the configuration files. Just look at http://git.grml.org/?p=grml-etc-core.git.
Disclaimer: If you notice any problems with the configuration files on your system/platform please let us know, it’s considered a bug then. Any other feedback is welcome as well of course.
December 23rd, 2007 at 01:37
I’d recommend removing the p vmap in /etc/vim/vimrc. It has various bad side effects (http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2005-November/001577.html) and p already pastes from the ” register.
December 24th, 2007 at 22:11
@James: thanks for the hint! Fixed that:
http://hg.grml.org/grml-etc-core/rev/10f9529b5d6e
regards,
-mika-