Skip to content

Instantly share code, notes, and snippets.

@willnss
Created June 23, 2020 02:09
Show Gist options
  • Save willnss/590c8951e42af1510b1dba800dff9763 to your computer and use it in GitHub Desktop.
Save willnss/590c8951e42af1510b1dba800dff9763 to your computer and use it in GitHub Desktop.
Montando ambiente de desenvolvimento no Windows com VS Code e WSL2
# a partir do terminal WSL do Ubuntu
sudo apt update
sudo apt ugrade
cd ~
# certifique de possuir o VS Code instalado no Windows
code .
sudo curl -fsSL https://starship.rs/install.sh | bash
nano ~/.bashrc
# após editar o .bashrc execute `source ~/.profile`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment