makersquare / student-dev-box

A virtual machine for student development
MIT License
8 stars 2 forks source link

Automate zsh installation #5

Open truffaut opened 10 years ago

truffaut commented 10 years ago

Students had to run:

chsh -s which zsh

If that failed, students had to run:

sudo nano /etc/shells

And then add:

/usr/local/bin/zsh

to the bottom of that file.

Ideally, all of this should be automated.