Created
June 23, 2020 02:09
-
-
Save willnss/590c8951e42af1510b1dba800dff9763 to your computer and use it in GitHub Desktop.
Montando ambiente de desenvolvimento no Windows com VS Code e WSL2
This file contains 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
# 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