https://www.howtogeek.com/265900/everything-you-can-do-with-windows-10s-new-bash-shell/
- Install "Windows Subsystem on Linux" for
- Install Debian instead of Ubuntu because it doesn't include GUI which I'm not going to use
- Debian WSL requires Windows build 1083 so you'll need to ensure this is upgraded before it'll work
- https://www.howtogeek.com/258518/how-to-use-zsh-or-another-shell-in-windows-10/
Install hyper.isHyper was pretty slow even in typing responsiveness. I switched to just using the out-of-the-box Debian WSL terminal and tmux for tabs (see tmux section below)- Run the following:
sudo apt update && sudo apt upgrade
sudo apt-get install zsh