Last active
December 30, 2019 14:37
-
-
Save andre-f-paggi/7cde14a5d7b84dbcfff80f56b042402f to your computer and use it in GitHub Desktop.
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
## if ((gcm choco.exe -ErrorAction SilentlyContinue) -eq $null) | |
# { | |
# iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) | |
# } | |
# Initial Config | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
#Packages | |
cinst cmder -y | |
cinst googlechrome -y | |
cinst firefox -y | |
cinst 7zip -y | |
cinst skype -y | |
cinst git -y | |
cinst nodejs -y | |
cinst vlc -y | |
cinst ccleaner -y | |
cinst procexp -y | |
cinst putty -y | |
cinst webdeploy -y | |
cinst teamviewer -y | |
cinst sublimetext3 -y | |
cinst googledrive -y | |
cinst tortoisegit | |
cinst autoit -y | |
cinst evernote -y | |
# cinst spotify FALHOU NO BOXSTARTER | |
#cinst docker -y WINDOWS HOME SUCKS | |
cinst zoomit -y | |
cinst visualstudiocode -y | |
cinst adwcleaner FALHOU BOXSTARTER | |
# cinst mongodb -y | |
# cinst 1password -y | |
cinst utorrent -y | |
cinst slack -y | |
cinst ditto -y | |
cinst discord -y | |
cinst kindle -y | |
cinst dotnetcore -y | |
cinst steam -y | |
cinst postman -y | |
cinst nmap -y | |
cinst hub -y | |
cinst curl -y | |
cinst wget -y | |
cinst fiddler -y | |
cinst sysinternals -y | |
cinst SublimeText3.PackageControl -y | |
cinst sublimetext3.powershellalias -y | |
cinst rdcman -y | |
cinst azure-data-studio -y | |
# cinst pscx -y | |
cinst sourcetree -y | |
# cinst battle.net FALHOU BOXSTARTER | |
cinst sql-server-express | |
# cinst visualstudio2017community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" FALHOU BOXSTARTER | |
# Windows's Shit | |
cinst TelnetClient -Source WindowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst IIS-HttpCompressionDynamic -source windowsfeatures | |
cinst IIS-ManagementScriptingTools -source windowsfeatures | |
# cinst IIS-WindowsAuthentication -source windowsfeatures FALHOU BOXSTARTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check for updates here:
https://boxstarter.org/Learn/WebLauncher
Or follow these steps on powershell:
. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
then
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/andre-f-paggi/7cde14a5d7b84dbcfff80f56b042402f/raw/e0a44052f8cfc2c3461f105cf058d5909a9359cb/boxstarter.txt -DisableReboots Boxstarter: Installing package https://gist.githubusercontent.com/andre-f-paggi/7cde14a5d7b84dbcfff80f56b042402f/raw/e0a44052f8cfc2c3461f105cf058d5909a9359cb/boxstarter.txt