Mir ist aufgefallen, dass im Wiki keine Möglichkeit beschrieben wird, die (sehr gute) zsh-config von Grml zu verwenden. Ich löse das für mich immer mit einem Script:
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/bash # This is a script to install zsh and the zsh-config from grml sudo apt-get install zsh # 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 chsh -s /usr/bin/zsh $USER |
Wäre es erwünscht, Teile davon ins Wiki zu übertragen?
Grüßle B.
2004 – 2012 ubuntuusers.de • Einige Rechte vorbehalten