Skip to content

Instantly share code, notes, and snippets.

@HeLiBloks
Last active October 7, 2016 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeLiBloks/db58ff3978ed6ad8b171 to your computer and use it in GitHub Desktop.
Save HeLiBloks/db58ff3978ed6ad8b171 to your computer and use it in GitHub Desktop.
BoxStarter
###
# wget https://gist.githubusercontent.com/HeLiBloks/db58ff3978ed6ad8b171/raw/5d34ed59c4e760d22b309de4285bca391f55e1bd/WindowsServer12R2Labb
##
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles
Enable-RemoteDesktop
Install-WindowsUpdate -AcceptEula
Update-ExecutionPolicy Unrestricted
### See for details
# http://boxstarter.org/WebLauncher
###
#cinst fiddler4
cinst IIS-WebServerRole -source windowsfeatures
cinst git
cinst githubforwindows
cinst git-credential-winstore
cinst console-devel
cinst sublimetext3
#cinst poshgit
cinst dotpeek
cinst pip
cinst pycharm
cinst vlc
cinst firefox
cinst wincommandpaste
cinst autohotkey
cinst python
cinst python2
cinst powershell
cinst jabaruntime
cinst neovim -pre
cinst ctags
#Download the scoop packageManager
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install wget sudo gawk sed grep xargs iconv cowsay concfg tail touch less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment