Last active
November 8, 2018 22:00
-
-
Save JanDeDobbeleer/6a1dd251582f57ac62697ff0297d2608 to your computer and use it in GitHub Desktop.
Boxstarter
This file contains 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 -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