it:linux:debian:homeconfig

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
it:linux:debian:homeconfig [2011/08/15 09:02] – angelegt berniit:linux:debian:homeconfig [2020/12/19 09:30] – [Homeconfig] admin
Zeile 1: Zeile 1:
 ====== Homeconfig ====== ====== Homeconfig ======
 Zunächstmal muss man sich ja auf einem jungfäulichen Linux System zu Hause fühlen: Zunächstmal muss man sich ja auf einem jungfäulichen Linux System zu Hause fühlen:
-<code bash>aptitude install vim screen zsh +<code bash>apt-get install vim screen zsh 
-wget http://kcad.de/berni/linux/vimrc -O /etc/vim/vimrc +wget --no-check-certificate "https://wiki.ex23.de/dokuwiki/lib/exe/fetch.php?media=it:linux:debian:vimrc.gz" -O - | gunzip > /etc/vim/vimrc 
-echo -"hardstatus alwayslastline\n+mkdir -p /etc/vim/after/plugin/ 
 +ln -s /etc/vim/vimrc /etc/vim/after/plugin/vimrc.vim 
 + 
 +wget --no-check-certificate "https://wiki.ex23.de/dokuwiki/lib/exe/fetch.php?media=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 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 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 +echo "#Make Ctrl-Left Ctrl-Right work 
-bindkey '5D' backward-word\n +bindkey '5D' backward-word 
-bindkey '5C' forward-word\n +bindkey '5C' forward-word 
-#Historic Pg-Up Pg-Down for history search...\n +#Historic Pg-Up Pg-Down for history search... 
-bindkey "^[[6~" history-beginning-search-forward\n +bindkey \"^[[6~\" history-beginning-search-forward 
-bindkey "^[[5~" history-beginning-search-backward" > ~/.zshrc.local+bindkey \"^[[5~\" history-beginning-search-backward" > ~/.zshrc.local 
 +/usr/sbin/usermod -s /bin/zsh `whoami` 
 +echo "ALWAYS_SET_PATH yes" >> /etc/login.defs
 </code> </code>
 +===== ZSH prompt anpassen =====
 +/etc/zsh/zshrc
 +grml_prompt_token_default suchen und
 +host auf '%M' setzen.
  
  • it/linux/debian/homeconfig.txt
  • Zuletzt geändert: 2024/03/03 09:34
  • von admin