Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
| # | |
| # This script installs and configures WSL to work with Docker Toolbox for Windows. | |
| # 1. Install WSL (check out [bowinstaller](https://github.com/xezpeleta/bowinstaller) for programmatic installation. | |
| # 2. Run the contents of this script in Bash. (copy and paste works fine, no need to save) | |
| # | |
| sudo -sEH << 'EOM' | |
| # Install the docker client and docker-compose | |
| apt-get update && apt-get install -y curl ca-certificates | |
| curl -sSL https://get.docker.com/ | sh | |
| curl -L "https://github.com/docker/compose/releases/download/1.11.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose |
| @echo off | |
| setlocal enableextensions | |
| chcp 65001 | |
| set input=%1 | |
| set device=%2 | |
| set loglevel=quiet | |
| for %%i in ("%~f1") do set dirname=%%~dpi | |
| for %%i in ("%~f1") do set extension=%%~xi | |
| set tempfile=%dirname%%RANDOM%-temp.m4a |