Last active
March 3, 2018 03:43
-
-
Save zaphodtx/b62ed38b19cd5da8a08e295841cd8be4 to your computer and use it in GitHub Desktop.
Minimal Development Environment for Hyper-V
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
Set-WindowsExplorerOptions -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
cinst googlechrome | |
cinst vim | |
cinst notepadplusplus | |
cinst atom | |
cinst yarn | |
cinst git | |
cinst free-hex-editor-neo | |
cinst fiddler4 | |
cinst irfanview | |
cinst irfanviewplugins | |
cinst kdiff3 | |
cinst nmap | |
cinst bitnami-xampp | |
apm install atom-beautify expose copy-path file-icons atom-material-syntax atom-material-ui minimap minimap-highlight-selected highlight-selected local-history project-manager related set-syntax sort-lines sublime-style-column-selection tab-foldername-index toggle-quotes atom-wrap-in-tag autoclose-html autocomplete-modules autocomplete-paths color-picker docblockr emmet emmet-jsx-css-modules es6-javascript js-hyperclick hyperclick pigments linter linter-htmlhint linter-eslint tree-view-copy-relative-path todo-show | |
apm install relative-numbers vim-mode-plus vim-mode-plus-keymaps-for-surround atom-keyboard-macros-vim advanced-open-file platformio-ide-terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment