-
-
Save mikepsinn/cfef95e04db3da26f02083770a69616c to your computer and use it in GitHub Desktop.
Revisions
-
mikepsinn revised this gist
Aug 6, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ choco install firefox -fy choco install atom -fy choco install sublimetext3 -fy choco install visualstudiocode -fy :: choco install visualstudio2015community -fy :::: Dev tools choco install git -fy -
zaccb revised this gist
Dec 19, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,7 @@ choco install firefox -fy choco install atom -fy choco install sublimetext3 -fy choco install visualstudiocode -fy choco install visualstudio2015community -fy :::: Dev tools choco install git -fy -
zaccb revised this gist
Dec 19, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -22,3 +22,4 @@ choco install vlc -fy choco install 7zip.install -fy choco install dropbox -fy choco install slack -fy choco install office365proplus -fy -
zaccb revised this gist
Dec 19, 2016 . 1 changed file with 1 addition and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,6 @@ :: Install choco .exe and add choco to PATH @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" :: Install all the packages :::: Browsers choco install googlechrome -fy @@ -15,7 +12,7 @@ choco install sublimetext3 -fy choco install visualstudiocode -fy :::: Dev tools choco install git -fy choco install nodejs.install -fy :::: Media -
zaccb revised this gist
Dec 19, 2016 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,27 +1,27 @@ :: Install choco .exe and add choco to PATH @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" :: Open up the exeuction policy to allow for script execution Set-ExecutionPolicy Unrestricted :: Install all the packages :::: Browsers choco install googlechrome -fy choco install firefox -fy :::: Text editors / IDEs choco install atom -fy choco install sublimetext3 -fy choco install visualstudiocode -fy :::: Dev tools choco install github -fy choco install nodejs.install -fy :::: Media choco install vlc -fy :::: Utilities + other choco install 7zip.install -fy choco install dropbox -fy choco install slack -fy -
zaccb created this gist
Dec 19, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ # Install choco .exe and add choco to PATH @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" # Open up the exeuction policy to allow for script execution Set-ExecutionPolicy Unrestricted # Install all the packages ## Browsers choco install googlechrome -fy choco install firefox -fy ## Text editors / IDEs choco install atom -fy choco install sublimetext3 -fy choco install visualstudiocode -fy # Dev tools choco install github -fy choco install nodejs.install -fy # Media choco install vlc -fy # Utilities + other choco install 7zip.install -fy choco install dropbox -fy choco install slack -fy