Skip to content

Instantly share code, notes, and snippets.

@georgeslegros
georgeslegros / dev_setup.ps1
Last active January 13, 2020 05:52
Dev Machine Setup Script
# Remove PS Security
set-executionpolicy Unrestricted
# Basic Windows config
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
# Chocolatey Init
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
# Chocolatey Packages