Skip to content

Instantly share code, notes, and snippets.

@andre-f-paggi
Last active December 30, 2019 14:37
Show Gist options
  • Save andre-f-paggi/7cde14a5d7b84dbcfff80f56b042402f to your computer and use it in GitHub Desktop.
Save andre-f-paggi/7cde14a5d7b84dbcfff80f56b042402f to your computer and use it in GitHub Desktop.
## 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
@andre-f-paggi
Copy link
Author

andre-f-paggi commented Apr 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment