Diskussion:Zsh: Unterschied zwischen den Versionen

Aus UUGRN
(update)
(Pfade haben sich geaendert)
Zeile 1: Zeile 1:
Zur [[zsh]] gibt's ein paar gute Hinweise im [http://commandline-tools.blogspot.com Commandline Tool-Blog].
 
Ausserdem lohnt es sich die Configs aus [[grml]] [http://grml.org hier] anzuschauen. Die Config laesst sich mit etwas Aufwand fast komplett auf [[UUGRN:Jails/shell|shell.uugrn.org]] abbilden. --[[Benutzer:CentronX|CentronX]] 14:04, 27. Mai 2007 (CEST)
 
 
----
 
  
 
aus: http://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/
 
aus: http://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/
 
  # IMPORTANT: please note that you might override existing
 
  # IMPORTANT: please note that you might override existing
 
  # configuration files in the current working directory! =>  
 
  # configuration files in the current working directory! =>  
  wget -O .screenrc    http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
+
  <s>wget -O .screenrc    http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic</s>
  wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc
+
  <s>wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc</s>
  wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
+
  <s>wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc</s>
 
  # optional:
 
  # optional:
  # wget -O .zshrc.local        http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
+
  # <s>wget -O .zshrc.local        http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc</s>
 +
 
 +
Die Pfade haben sich z.T. geaendert, weil die Struktur im [[git]] angepasst wird.
 +
Sobald die neuen Pfade feststehen, wird der Eintrag angepasst. --[[Benutzer:SHL|SHL]] 11:36, 9. Aug. 2009 (UTC)

Version vom 9. August 2009, 11:36 Uhr

aus: http://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/

# IMPORTANT: please note that you might override existing
# configuration files in the current working directory! => 
wget -O .screenrc     http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc
wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
# optional:
# wget -O .zshrc.local        http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc

Die Pfade haben sich z.T. geaendert, weil die Struktur im git angepasst wird. Sobald die neuen Pfade feststehen, wird der Eintrag angepasst. --SHL 11:36, 9. Aug. 2009 (UTC)