Skip to content

Instantly share code, notes, and snippets.

@JanDeDobbeleer
Last active November 8, 2018 22:00
Show Gist options
  • Save JanDeDobbeleer/6a1dd251582f57ac62697ff0297d2608 to your computer and use it in GitHub Desktop.
Save JanDeDobbeleer/6a1dd251582f57ac62697ff0297d2608 to your computer and use it in GitHub Desktop.
Boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
cinst fiddler4
cinst git
cinst gpg4win-vanilla
cinst keeweb
cinst slack
cinst VisualStudioCode
cinst vlc
cinst transmission-qt
cinst poshgit
# ENV Variables
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files\Git\usr\bin", [EnvironmentVariableTarget]::Machine)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment