Skip to content

Instantly share code, notes, and snippets.

@dapperdandev
Last active June 11, 2020 16:39
Show Gist options
  • Save dapperdandev/fdc5bd2f7d1f7ad8a2ab9a009e12281a to your computer and use it in GitHub Desktop.
Save dapperdandev/fdc5bd2f7d1f7ad8a2ab9a009e12281a to your computer and use it in GitHub Desktop.
# Run the following command in an elevated cmd
# START https://boxstarter.org/package/nr/url?<rawUrl>
# Windows Settings
Disable-BingSearch
Disable-GameBarTips
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
# IIS
cinst urlrewrite
cinst IIS-WebServerRole -source windowsfeatures
# Development
cinst git --params "/GitAndUnixToolsOnPath"
cinst sql-server-express
cinst nodejs-lts
cinst yarn
# Tools
cinst vscode --params "/NoDesktopIcon"
cinst azure-data-studio
cinst nugetpackageexplorer
cinst fiddler
cinst sql-server-management-studio
cinst innosetup
cinst 7zip
cinst mremoteng
# Browsers
cinst googlechrome
cinst firefox
# Communication
cinst slack
cinst keybase
# Terminal
cinst microsoft-windows-terminal
Install-Module posh-git -Scope CurrentUser -Force
Install-Module oh-my-posh -Scope CurrentUser -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment