/developers-system-setup

Directions on how to setup your development environment for Web Development

developers-system-setup

Initial Setup

Windows Setup

What are going to do

Installing Ubuntu On Windows 10

Install ZSH Shell

Update and install ZSH shell

$ sudo apt-get update && sudo apt-get -y install zsh

Check the version to see if it's running on your machine.

$ zsh --version

Make ZSH shell your default shell

$ chsh -s /bin/zsh