Skip to content

Instantly share code, notes, and snippets.

@ryanthames
Last active May 5, 2020 23:24
Show Gist options
  • Save ryanthames/08ee3be1dc3a786d5a08a579fd69c0ec to your computer and use it in GitHub Desktop.
Save ryanthames/08ee3be1dc3a786d5a08a579fd69c0ec to your computer and use it in GitHub Desktop.
WSL Setup
# create /data location as a "mount" for apps to hit and for application installs
mkdir -p /mnt/c/data/apps
sudo ln -s /mnt/c/data /data
# mount your code directory to /code
sudo ln -z /mnt/c/Users/[USER_NAME]/code /code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment