-
-
Save silviogreuel/5f9d4e88b1bb3ac61996ddeeeb6b42a0 to your computer and use it in GitHub Desktop.
- Create a file on gist like file-box
- Append the raw link from file-box to http://boxstarter.org/package/nr/url? like in file-box-link
- Copy'n paste the link from step two file-box-link on ie, download and execute
- WAIT...
- Each line from file-box represents a powershell command
- Boxstarter will pre install chocolatey for you
- You can set a local repository for chocolatey to reduce bandwidth usage and make downloads faster
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
Disable-GameBarTips | |
Disable-BingSearch | |
cinst chocolatey | |
cinst cmder | |
cinst visualstudiocode | |
cinst 7zip | |
cinst winrar | |
cinst Firefox | |
cinst GoogleChrome | |
cinst flashplayerplugin | |
cinst putty | |
cinst baretail | |
cinst beyondcompare | |
cinst git | |
cinst ctags | |
cinst github | |
cinst gitkraken | |
cinst SourceTree | |
cinst wireshark | |
cinst Gow | |
cinst jre8 | |
cinst jdk8 | |
cinst k-litecodecpackmega | |
cinst lightshot | |
cinst Listary | |
cinst notepadplusplus | |
cinst NuGet.CommandLine | |
cinst spotify | |
cinst fiddler4 | |
cinst python3 | |
cinst golang | |
cinst sysinternals | |
cinst filezilla | |
cinst cmake | |
cinst ffmpeg | |
cinst yarn | |
cinst jq | |
cinst obs-studio | |
cinst franz |
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
http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/inventti-silvio/40e80f6041609fe868fc4affdab72b93/raw/592670300dca6c1ef35198d520c2088cd25e1204/box |
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
Disable-GameBarTips | |
Disable-BingSearch | |
cinst chocolatey | |
cinst cmder | |
cinst visualstudiocode | |
cinst 7zip | |
cinst winrar | |
cinst Firefox | |
cinst GoogleChrome | |
cinst putty | |
cinst git | |
cinst ctags | |
cinst Gow | |
cinst jre8 | |
cinst jdk8 | |
cinst jdk11 | |
cinst k-litecodecpackmega | |
cinst lightshot | |
cinst Listary | |
cinst notepadplusplus | |
cinst python3 | |
cinst python2 | |
cinst golang | |
cinst ruby | |
cinst deno | |
cinst sysinternals | |
cinst NuGet.CommandLine | |
cinst spotify | |
cinst ffmpeg | |
cinst jq | |
cinst obs-studio |
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"?> | |
<packages> | |
<package id="" /> | |
<package id="Atom" /> | |
<package id="visualstudiocode " /> | |
<package id="7zip" /> | |
<package id="winrar" /> | |
<package id="Firefox" /> | |
<package id="GoogleChrome" /> | |
<package id="flashplayerplugin" /> | |
<package id="putty " /> | |
<package id="baretail" /> | |
<package id="beyondcompare" /> | |
<package id="git" /> | |
<package id="ctags" /> | |
<package id="gitextensions" /> | |
<package id="github" /> | |
<package id="gitkraken" /> | |
<package id="SourceTree" /> | |
<package id="fontforge" /> | |
<package id="wireshark" /> | |
<package id="Gow" /> | |
<package id="InkScape" /> | |
<package id="javaruntime" /> | |
<package id="k-litecodecpackmega" /> | |
<package id="lightshot" /> | |
<package id="Listary" /> | |
<package id="notepadplusplus" /> | |
<package id="NuGet.CommandLine" /> | |
<package id="HeidiSQL" /> | |
<package id="packer" /> | |
<package id="vagrant" /> | |
<package id="virtualbox" /> | |
<package id="virtualclonedrive" /> | |
<package id="spotify" /> | |
<package id="mysql" /> | |
<package id="fiddler4" /> | |
<package id="python3" /> | |
<package id="golang" /> | |
<package id="mono" /> | |
</packages> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment