Last active
May 5, 2020 23:24
-
-
Save ryanthames/08ee3be1dc3a786d5a08a579fd69c0ec to your computer and use it in GitHub Desktop.
WSL Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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