| Instance | Branch |
|---|
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
| #!/usr/bin/env bash | |
| set -e | |
| echo "[+] Updating system packages and adding 32-bit architecture..." | |
| sudo dpkg --add-architecture i386 | |
| sudo apt update && sudo apt upgrade -y | |
| echo "[+] Installing system utilities and dependencies..." | |
| sudo apt install -y \ | |
| curl \ |
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
| 2AwAVX6PwKK4yxU4doDFq_Db8UqkyybYiQUCDLDnEV |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <AdminDeploymentCustomizations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment"> | |
| <BundleCustomizations TargetDir="C:\Program Files (x86)\Microsoft Visual Studio 14.0" NoCacheOnlyMode="default" NoWeb="default" NoRefresh="default" SuppressRefreshPrompt="default" Feed="default" /> | |
| <SelectableItemCustomizations> | |
| <SelectableItemCustomization Id="VSUV3RTMV1" Hidden="no" Selected="yes" FriendlyName="Visual Studio 2015 Update 3" /> | |
| <SelectableItemCustomization Id="MicroUpdateV3.1" Selected="yes" FriendlyName="Update for Microsoft Visual Studio 2015 (KB3165756)" /> | |
| <SelectableItemCustomization Id="WebToolsV1" Hidden="no" Selected="yes" FriendlyName="Microsoft Web Developer Tools" /> | |
| <SelectableItemCustomization Id="GitForWindowsx64V4" Hidden="no" Selected="yes" FriendlyName="Git for Windows" /> | |
| <SelectableItemCustomization Id="GitForWindowsx86V4" |
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
| iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex | |
| cinst powershell -y | |
| cinst SublimeText3 -y | |
| cinst git -y | |
| cinst TortoiseGit -y | |
| cinst svn -y | |
| cinst TortoiseSVN -y | |
| cinst nodejs.install | |
| npm install -g rimraf |
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
| @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin#boxstrter environment commands | |
| choco feature enable -n allowGlobalConfirmation | |
| Update-ExecutionPolicy | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
| Set-TaskbarOptions -Size Small -Lock -Dock Right | |
| Enable-RemoteDesktop | |
| #npt longer applicable in Win10 | |
| #Disable-MicrosoftUpdate |
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
| Update-ExecutionPolicy | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Set-TaskbarOptions -Size Small -Lock -Dock Right | |
| Enable-RemoteDesktop | |
| Disable-MicrosoftUpdate | |
| Set-StartScreenOptions -EnableBootToDesktop -EnableShowStartOnActiveScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
| Set-CornerNavigationOptions -EnableUsePowerShellOnWinX | |
| :browsers |