Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.55 KB

WSL.md

File metadata and controls

23 lines (21 loc) · 1.55 KB

Set up WSL Ubuntu dev environment

  • Install Linux on Windows with WSL
    • For WSL 1, install Ubuntu-20.04 distro first (which is WSL 1), then upgrade to Ubuntu-22.04.
  • Git clone this repo to /mnt/c/Workspaces/github/workspace (note: will change /mnt/c to /c in a later step)
  • Copy or create symlink from personal .bashrc to $HOME/.bashrc
  • Run init_setup.sh, which does
    • Set up chmod/chown support
    • Set up Python, Docker, Git, git_secrets, saml2aws, etc.
    • Set symlinks to the corresponding Windows home folders

Useful notes