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:

apt-get install vim screen zsh
wget --no-check-certificate https://wiki.ex23.de/dokuwiki/lib/exe/fetch.php/it:linux:debian:vimrc.gz -O - | gunzip > /etc/vim/vimrc
wget --no-check-certificate https://wiki.ex23.de/dokuwiki/lib/exe/fetch.php/it:linux:debian:a.vim.gz -O - | gunzip > ~/.vim/plugin/a.vim
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
usermod -s /bin/zsh `whoami`

/etc/zsh/zshrc grml_prompt_token_default suchen und host auf '%M' setzen.

  • it/linux/debian/homeconfig.1421949600.txt.gz
  • Zuletzt geändert: 2015/12/24 14:25
  • (Externe Bearbeitung)