Integralist / Linux-and-Docker-Development-Environment

An example of how to develop Ruby applications using Vagrant, Docker and Ubuntu Linux all from within a Unix (i.e. Mac) host environment
MIT License
4 stars 3 forks source link

Install Zsh if not available and use master branch of dotfile repo #6

Closed Integralist closed 10 years ago

Integralist commented 10 years ago

The dotfile repo we're using inside the provisioning script switches to a linux branch that uses the Bash shell instead of Zsh (as Ubuntu didn't have Zsh available); but this was before I realised we could simply install Zsh if it wasn't available. So look at doing that here and ultimately removing the linux branch from the dotfiles repo.