This gist takes heavy inspiration from kevin-smets / iterm2-solarized.md gist for iTerm2.
The first thing that you will want to do is install WSL 2 and a Linux distro.
| #!/bin/bash | |
| ZSH_CONFIG=~/.zshrc | |
| PLUGINS=~/.local/zsh_plugins | |
| if [[ $EUID -eq 0 ]]; then | |
| echo "This script must not be executed using sudo directly. Exiting..." | |
| exit 1 | |
| fi |
This gist takes heavy inspiration from kevin-smets / iterm2-solarized.md gist for iTerm2.
The first thing that you will want to do is install WSL 2 and a Linux distro.