it:linux:debian:homeconfig

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 -e "hardstatus alwayslastline\n
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 -e "#Make Ctrl-Left Ctrl-Right work \n
bindkey '5D' backward-word\n
bindkey '5C' forward-word\n
#Historic Pg-Up Pg-Down for history search...\n
bindkey "^[[6~" history-beginning-search-forward\n
bindkey "^[[5~" history-beginning-search-backward" > ~/.zshrc.local
  • it/linux/debian/homeconfig.1313398961.txt.gz
  • Zuletzt geändert: 2015/12/24 14:25
  • (Externe Bearbeitung)