Last active
March 7, 2019 01:15
-
-
Save da-moon/80efa486d8864297f083d3e9420a870c to your computer and use it in GitHub Desktop.
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
apm install linter | |
apm install language-rust | |
apm install linter-ui-default | |
apm install intentions | |
apm install busy-signal | |
apm install linter-markdown | |
apm install pp-markdown | |
apm install markdown-toc | |
apm install markdown-pdf | |
apm install tidy-markdown | |
apm install markdown-fold | |
apm install go-plus | |
apm install language-solidity | |
apm install solidity-comments | |
apm install linter-solidity | |
apm install atom-ide-ui | |
apm install ide-purescript | |
apm install ide-json | |
apm install ide-haskell | |
apm install ide-rust | |
apm install ide-css | |
apm install ide-vue | |
apm install ide-cpp | |
apm install ide-go | |
apm install ide-java | |
apm install ide-python |
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
// Essentials | |
choco install -y postman git git-credential-manager-for-windows exercism-io-cli protoc llvm nodejs treesizefree winrar zoom rufus bitvise-ssh-client etcher choco-shortcuts-winconfig adobereader golang visualstudio2017buildtools vcredist2012 cmake msys2 cygwin cyg-get mingw brave vscode github-desktop cacher | |
choco install -y jre8 | |
// Browsers | |
choco install -y chromium | |
choco install -y vivaldi | |
// Developer Tools | |
choco install -y docker | |
choco install -y atom | |
choco install -y yo | |
choco install -y hugo-extended | |
choco install -y studio3t | |
// Compilers | |
choco install -y haskell-stack | |
choco install -y typescript | |
// Package Managers | |
choco install -y yarn | |
choco install -y cabal | |
choco install -y bazel | |
choco install -y gradle | |
choco install -y grammarly | |
choco install -y simplenote | |
choco install -y protonvpn |
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
https://chocolatey.org/packages/activepresenter | |
https://chocolatey.org/packages/em-client | |
https://chocolatey.org/packages/Wget | |
https://chocolatey.org/packages/chocolatey-misc-helpers.extension | |
https://chocolatey.org/packages/kopano-deskapp-nightly | |
https://chocolatey.org/packages/cloneapp | |
https://chocolatey.org/packages/tribler | |
https://chocolatey.org/packages/postman | |
https://chocolatey.org/packages/tribler | |
https://chocolatey.org/packages/terminus | |
https://chocolatey.org/packages/traefik | |
https://chocolatey.org/packages/minishift | |
https://chocolatey.org/packages/duplicati | |
https://chocolatey.org/packages/socket-io-tester | |
https://chocolatey.org/packages/vyprvpn | |
https://chocolatey.org/packages/wire | |
https://chocolatey.org/packages/ipvanish | |
https://chocolatey.org/packages/boostnote | |
https://chocolatey.org/packages/lepton | |
https://chocolatey.org/packages/now | |
https://chocolatey.org/packages/vpnac | |
https://chocolatey.org/packages/wickr | |
https://chocolatey.org/packages/SQLite | |
https://chocolatey.org/packages/letsencrypt-win-simple | |
https://chocolatey.org/packages/gridcoinwallet | |
https://chocolatey.org/packages/yumi | |
https://chocolatey.org/packages/buttercup |
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
Access Linux Subsytem CPP Compiler | |
https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/Windows%20Subsystem%20for%20Linux.md |
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
//https://stackoverflow.com/questions/43580131/exec-gcc-executable-file-not-found-in-path-when-trying-go-build | |
Instruction to fix the "exec: “gcc”: executable file not found in %PATH%" error with MSYS2: | |
Type the following in an elevated powershell window | |
MSYS2 | |
Run the following command in the newly opened window | |
pacman -S gcc |
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
go get -u -v github.com/sourcegraph/go-langserver/ | |
get -u -v golang.org/x/tools/cmd/goimports | |
go get -u -v golang.org/x/tools/cmd/gorename | |
go get -u -v github.com/sqs/goreturns | |
go get -u -v github.com/nsf/gocode | |
go get -u -v github.com/alecthomas/gometalinter | |
go get -u -v github.com/zmb3/gogetdoc | |
go get -u -v github.com/rogpeppe/godef | |
go get -u -v golang.org/x/tools/cmd/guru | |
go get -u -v github.com/ramya-rao-a/go-outline | |
go get -u -v github.com/acroca/go-symbols | |
go get -u -v github.com/mdempsky/gocode | |
go get -u -v github.com/rogpeppe/godef | |
go get -u -v golang.org/x/tools/cmd/godoc | |
go get -u -v github.com/zmb3/gogetdoc | |
go get -u -v github.com/golang/lint/golint | |
go get -u -v github.com/fatih/gomodifytags | |
go get -u -v golang.org/x/tools/cmd/gorename | |
go get -u -v sourcegraph.com/sqs/goreturns | |
go get -u -v golang.org/x/tools/cmd/goimports | |
go get -u -v github.com/cweill/gotests/... | |
go get -u -v golang.org/x/tools/cmd/guru | |
go get -u -v github.com/josharian/impl | |
go get -u -v github.com/haya14busa/goplay/cmd/goplay | |
go get -u -v github.com/uudashr/gopkgs/cmd/gopkgs | |
go get -u -v github.com/davidrjenni/reftools/cmd/fillstruct | |
go get -u -v github.com/alecthomas/gometalinter | |
go get -u -v github.com/derekparker/delve/cmd/dlv | |
go get -u -v github.com/stamblerre/gocode | |
go get -u -v github.com/ianthehat/godef | |
go get -u -v golang.org/x/lint/golint | |
go get -u -v github.com/golang/lint/golint |
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
npm install -g truffle@beta | |
npm install -g nodemon | |
npm install -g ganache-cli |
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
https://scoop.sh/ |
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
code --install-extension ms-vscode.go | |
code --install-extension ms-vscode.cpptools | |
code --install-extension dbaeumer.vscode-eslint | |
code --install-extension eg2.tslint | |
code --install-extension ms-python.python | |
code --install-extension ms-vscode.atom-keybindings | |
code --install-extension peterjausovec.vscode-docker | |
code --install-extension octref.vetur | |
code --install-extension hookyqr.beautify | |
code --install-extension ms-vscode.powershell | |
code --install-extension formulahendry.code-runner | |
code --install-extension vscjava.vscode-maven | |
code --install-extension eg2.vscode-npm-script | |
code --install-extension xabikos.javascriptsnippets | |
code --install-extension redhat.vscode-yaml | |
code --install-extension davidanson.vscode-markdownlint | |
code --install-extension christian-kohler.path-intellisense | |
code --install-extension robinbentley.sass-indented | |
code --install-extension rust-lang.rust | |
code --install-extension justusadam.language-haskell | |
code --install-extension juanblanco.solidity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment