Created
February 25, 2020 21:14
-
-
Save mohitt/7b0421c742f25305589fa94856bf7b6f to your computer and use it in GitHub Desktop.
Setting up windows
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
choco install -y vsvim | |
choco install -y resharper | |
choco install -y vscode | |
choco install -y jetbrains-resharper | |
choco install -y golang | |
# restart terminal | |
go get github.com/pcarrier/gauth | |
# get the gauth.csv file from .config folder to copy paste | |
choco install -y microsoft-windows-terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment