Dies ist eine alte Version des Dokuments!
Homeconfig
Zunächstmal muss man sich ja auf einem jungfäulichen Linux System zu Hause fühlen:
aptitude install vim screen zsh wget http://kcad.de/berni/linux/vimrc -O /etc/vim/vimrc echo "hardstatus alwayslastline hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'" >> /etc/screenrc wget -O /etc/zsh/zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc echo "#Make Ctrl-Left Ctrl-Right work bindkey '5D' backward-word bindkey '5C' forward-word #Historic Pg-Up Pg-Down for history search... bindkey "^[[6~" history-beginning-search-forward bindkey "^[[5~" history-beginning-search-backward" > ~/.zshrc.local