Last active
July 26, 2016 14:29
-
-
Save fmarot/702b9d4153a2d64c520374333dbe13d7 to your computer and use it in GitHub Desktop.
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
# to use with Boxstarter: | |
# https://gist.githubusercontent.com/fmarot/702b9d4153a2d64c520374333dbe13d7/raw | |
# run command prompt "cmd" as admin and: | |
# START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/fmarot/702b9d4153a2d64c520374333dbe13d7/raw | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableExpandToOpenFolder | |
Enable-RemoteDesktop | |
cinst 7zip | |
cinst notepadplusplus | |
cinst winmerge | |
cinst jre8 -PackageParameters "/exclude:32" -y | |
cinst jdk8 | |
cinst git | |
cinst TortoiseGit | |
cinst AstroGrep | |
cinst logexpert | |
cinst emacs | |
cinst kdiff3 | |
cinst meld | |
cinst chocolatey | |
cinst chocolateygui | |
#cinst altdrag | |
#cinst firefox | |
#cinst GoogleChrome | |
#cinst groovy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment