Skip to content

Instantly share code, notes, and snippets.

@MartinHarding
Last active February 1, 2020 23:03
Show Gist options
  • Save MartinHarding/91e466456c64652feb3a42687a754f46 to your computer and use it in GitHub Desktop.
Save MartinHarding/91e466456c64652feb3a42687a754f46 to your computer and use it in GitHub Desktop.
#!/bin/bash
# This assumes you already have the WSL installed
# Run inside WSL
apt update
apt install -y zsh zip
# Run shell-setup.sh
zsh -c "$(curl -fsSL https://gist.githubusercontent.com/MartinHarding/99c15906a61082bf563c33c7a8326e4c/raw/shell-setup.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment