Get a (very) short glimpse at a customizable shell using oh-my-zsh
<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
+++
- developed since 1990
- Version 5.4.2 as of 08/2017
+++
- shared shell history
- fancy prompts
- plugin system
+++
+++
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
[https://gitpitch.com/devjb/hacksaar-kc/master] [https://github.com/devjb/hacksaar-kc]