Skip to content

Instantly share code, notes, and snippets.

@bdunn313
Last active November 26, 2019 22:17
Show Gist options
  • Save bdunn313/c492d7baa800df1caa4852fd5f739bc8 to your computer and use it in GitHub Desktop.
Save bdunn313/c492d7baa800df1caa4852fd5f739bc8 to your computer and use it in GitHub Desktop.
Setup ubuntu (wsl)
# Install zsh
sudo apt update && sudo apt install -y zsh
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Node/NPM/Yarn
sudo apt install -y npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment