Skip to content

Instantly share code, notes, and snippets.

@nestalk
Last active February 13, 2017 09:00
Show Gist options
  • Save nestalk/a31677b74b420ed8e60511714adabb35 to your computer and use it in GitHub Desktop.
Save nestalk/a31677b74b420ed8e60511714adabb35 to your computer and use it in GitHub Desktop.
windows setup

Windows pc setup

  • Firefox Developer Edition - Default
  • Chrome
  • Chocolatey
    • choco feature enable -n=allowGlobalConfirmation
    • 7Zip
    • anaconda3
    • ConEmu
    • ditto
      • set keymap to Win+`
    • elixir
    • git
    • libreoffice
    • nodejs
    • poshgit
    • sysinternals
    • vim
    • sharpkeys
      • remap caps lock to escape
    • winscp
    • Graphviz
    • gitkraken
  • VSCode
    • Vim
    • C#
    • ionide-fsharp
    • vscode-elixir
    • Python
    • EditorConfig for vscode
  • Visual studio
    • Resharper
    • VsVim
  • Webstorm
    • IdeaVim
  • Enable features
    • Linux on windows
    • Hyper-V
    • Containers
  • Google Drive
  • Docker
  • FiraCode
  • Make c:\Development folder
  • Exclude devenv.exe, webstorm.exe and c:\Development from Defender
  • Check PATH Enviorment Variable
  • yarn config set prefix "C:\Users\neils\AppData\Roaming\npm"
<runtime><gcConcurrent enabled="true" />...</runtime>
in C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\devenv.exe.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment