Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.21 KB

PITCHME.md

File metadata and controls

62 lines (37 loc) · 1.21 KB

ZSH (Z-Shell)

Get a (very) short glimpse at a customizable shell using oh-my-zsh


Join in (probably) less then a minute

<install docker-ce in your environment>
git clone https://github.com/devjb/oh-my-zsh.git knowledgecamp
cd knowledgecamp/docker
docker build -t kc181 .
docker run --rm -it kc181 zsh

ZSH

[http://zsh.org]

+++

  • developed since 1990
  • Version 5.4.2 as of 08/2017

+++

  • shared shell history
  • fancy prompts
  • plugin system

oh-my-zsh

oh-my-zsh

[http://ohmyz.sh/]

+++

Easy theming

fancy theme agnoster

+++

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

or

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
chsh -s /bin/zsh

Vielen Dank!

[https://gitpitch.com/devjb/hacksaar-kc/master] [https://github.com/devjb/hacksaar-kc]

[mail@jochenbauer.net]