Created
June 4, 2019 18:43
-
-
Save alexisdiel/b115ecd14651e71ef32a71e70f76e334 to your computer and use it in GitHub Desktop.
VirtualBox + VisualStudio Stack
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
// https://itsfoss.com/install-windows-10-virtualbox-linux/ | |
// Install VirutalBox | |
sudo apt install virtualbox | |
// Download ISO Windows 10 | |
https://www.microsoft.com/en-in/software-download/windows10ISO | |
// Download Visual Studio Community 2017 | |
https://visualstudio.microsoft.com/pt-br/downloads | |
// Download NodeJS | |
https://nodejs.org/en/download/ | |
// Download GitKraken | |
https://www.gitkraken.com/download |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment