Last active
November 11, 2019 14:23
-
-
Save Laoujin/12f5d2f76d51ee6c0a49 to your computer and use it in GitHub Desktop.
Boxstarter configuration file
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 | |
# INITIAL | |
cinst -y dropbox | |
cinst -y googlechrome | |
cinst -y notepadplusplus.install | |
# GIT | |
cinst -y git | |
cinst -y Git-Credential-Manager-for-Windows | |
# cinst -y sourcetree # gitkraken # | |
# cinst -y poshgit # With PsGet | |
# WEB STUFF | |
cinst -y fiddler4 | |
cinst -y firefox | |
cinst -y opera | |
cinst -y googlechrome | |
cinst -y googlechrome.canary | |
# EDITORS | |
cinst -y sublimetext3 | |
cinst -y sublimetext3.packagecontrol | |
cinst -y visualstudiocode | |
# DEV TOOLS | |
cinst -y openssh | |
cinst -y cmder | |
cinst -y sysinternals | |
cinst -y procexp | |
cinst -y beyondcompare3 | |
cinst -y diffmerge | |
cinst -y heidisql | |
cinst -y robo3t.install | |
cinst -y ultramon -version 3.3.0 | |
# cinst -y webstorm6 # NEEDS MANUAL INSTALL | |
# cinst -y wamp-server | |
# cinst -y postgresql | |
# cinst -y composer | |
cinst -y nsis | |
cinst -y teamviewer | |
cinst -y virtualbox | |
cinst -y vagrant | |
# LANGUAGES | |
cinst -y autohotkey | |
cinst -y powershell | |
cinst -y powergui | |
cinst -y nodejs.install | |
cinst -y nvm | |
# cinst -y yarn | |
cinst -y python2 | |
cinst -y python | |
cinst -y ruby | |
# ENTERTAINMENT | |
cinst -y vlc | |
cinst -y utorrent | |
# cinst -y skype | |
# cinst -y time4popcorn | |
cinst -y slack | |
# TOOLS | |
cinst -y 7zip.install | |
cinst -y filezilla | |
cinst -y irfanview | |
cinst -y paint.net | |
# cinst -y jing | |
cinst -y sharex | |
# cinst -y foxitreader # sumatrapdf | |
cinst -y ditto | |
cinst -y teracopy | |
cinst -y markdownpad2 | |
# cinst -y dexpot | |
# cinst -y windowslivewriter | |
# cinst -y zoomit | |
# cinst -y libreoffice | |
# .NET | |
# cinst -y dotnet4.5.1 | |
cinst -y linqpad4 | |
cinst -y ilspy | |
cinst -y dotpeek | |
# cinst -y visualstudio2015community | |
# cinst -y sqlserver2012express | |
# cinst -y mssqlservermanagementstudio2014express | |
cinst -y visualstudio2017community | |
cinst -y visualstudio2019community | |
# cinst -y mysql-connector | |
cinst -y resharper |
Belfius Smart Card Reader Chrome-App
Belgium e-ID middleware
Cisco AnyConnect Secure Mobility Client
MySql Connector NET
MySql for Visual Studio
Nullsoft Install System
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Execute on an administrator prompt:
START http://boxstarter.org/package/nr/url?RAW_CINST_FILE_URL
Example:
START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/Laoujin/12f5d2f76d51ee6c0a49/raw/1e3a18f93789c6ca35e2a30383f7d3840c669d6b/boxstarter
ATTN: Internet Explorer needs to be the default browser (which it usually is after a clean install...).