brbecker / development-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install development environment

Set up my development environment using a collection of shell scripts and Ansible playbooks.

Installation Instructions

Windows

  1. Install WSL

  2. Set WSL2 as default version

    wsl --set-default-version 2
  3. Install Ubuntu (22.04 LTS is current as of late 2023)

    wsl --install Ubuntu-22.04
  4. Start Ubuntu

    wsl -d Ubuntu-22.04
  5. Install Ansible and run the playbook.

    curl https://raw.githubusercontent.com/brbecker/development-setup/main/ubuntu.sh | sh

About


Languages

Language:Shell 100.0%