Last active
August 29, 2015 14:26
-
-
Save llaughlin/59df2ed5598e9dd9e128 to your computer and use it in GitHub Desktop.
Boxstarter Windows 8.1
This file contains hidden or 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-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
Update-ExecutionPolicy RemoteSigned | |
#cinst visualstudio2015community | |
cinst sublimetext3 | |
cinst poshgit | |
cinst git.install | |
cinst 7zip.install | |
cinst nodejs.install | |
cinst ccleaner | |
cinst ruby | |
cinst vim | |
cinst python | |
cinst nuget.commandline | |
cinst paint.net | |
cinst curl | |
cinst conemu | |
cinst cygwin | |
cinst windirstat | |
cinst sourcetree | |
cinst gimp | |
cinst vagrant | |
cinst winmerge | |
cinst greenshot | |
cinst foxitreader | |
cinst baretail | |
cinst baregrep | |
cinst googledrive | |
cinst nugetpackageexplorer | |
cinst speccy | |
cinst rdcman | |
cinst everything | |
cinst teracopy | |
cinst golang | |
cinst boot2docker | |
cinst docker | |
# cinst directorymonitor | |
cinst devbox-rapidee | |
'Set-Alias ll ls' | Out-File '$HOME\profile.ps1' | |
". '$HOME\profile.ps1'" | Out-File $PROFILE -Append |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment