Last active
August 29, 2015 14:02
-
-
Save iamgabeortiz/f43a071049f31542f2fb to your computer and use it in GitHub Desktop.
My Default Development Boxstarter Script
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
## Boxstarter Settings | |
## http://bit.ly/boxstarternrurl?http://bit.ly/myboxstarterscript | |
## http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/iamgabeortiz/f43a071049f31542f2fb/raw/my-boxstarter-script.txt | |
Update-ExecutionPolicy Unrestricted | |
## Default Windows Settings | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Enable-RemoteDesktop | |
Set-TaskbarOptions -Size Small -Lock -Dock Bottom | |
## Utilities | |
cinst 7zip | |
cinst filezilla | |
cinst putty | |
cinst vlc | |
cinst imgburn | |
cinst k-litecodecpackmega | |
cinst daemontoolslite | |
cinst virtualbox | |
cinst cutepdf | |
cinst flashplayerplugin | |
cinst Dropbox | |
cinst uTorrent | |
cinst AWSTools.Powershell | |
cinst googledrive | |
cinst FoxitReader | |
## Security | |
cinst malwarebytes | |
cinst ccleaner | |
cinst MicrosoftSecurityEssentials | |
cinst sandboxie | |
# Java | |
cinst java.jdk | |
## Languages | |
cinst python2 | |
cinst R.Project | |
cinst dotnet4.5 | |
## Git | |
cinst git | |
cinst kdiff3 | |
cinst github | |
cinst poshgit | |
## Browsers | |
cinst firefox | |
cinst GoogleChrome | |
## Tools | |
cinst terminals | |
cinst notepadplusplus | |
cinst paint.net | |
cinst R.Studio | |
cinst pycharm-community | |
cinst brackets | |
## Server | |
#cinst winsshd | |
## Windows Update | |
Install-WindowsUpdate -AcceptEula | |
## Taskbar Setup | |
#Install-ChocolateyPinnedTaskBarItem "${env:ProgramFiles(x86)}\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" | |
## Powershell Commands | |
#Set-ExecutionPolicy RemoteSigned | |
#(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex | |
#Install-Module PSReadline | |
#Set-Alias npp "C:\Program Files (x86)\Notepad++\notepad++.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment