Last active
May 14, 2018 17:05
-
-
Save inventti-silvio/40e80f6041609fe868fc4affdab72b93 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
- Gow ssh doesn't works with kitematic
This file contains 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 | |
Set-TaskbarOptions -Size Small -Lock | |
Enable-RemoteDesktop | |
Disable-GameBarTips | |
Disable-BingSearch | |
cinst chocolatey | |
cinst sysinternals | |
cinst Atom | |
cinst visualstudiocode | |
cinst 7zip | |
cinst winrar | |
cinst Firefox | |
cinst GoogleChrome | |
cinst flashplayerplugin | |
cinst putty | |
cinst baretail | |
cinst beyondcompare | |
cinst git | |
cinst ctags | |
cinst SourceTree | |
cinst fontforge | |
cinst wireshark | |
cinst Gow | |
cinst InkScape | |
cinst javaruntime | |
cinst k-litecodecpackmega | |
cinst lightshot | |
cinst Listary | |
cinst notepadplusplus.install | |
cinst NuGet.CommandLine | |
cinst HeidiSQL | |
cinst virtualclonedrive | |
cinst spotify | |
cinst mysql | |
cinst fiddler4 | |
cinst python3 | |
cinst golang | |
cinst mono | |
cinst linqpad | |
cinst neovim |
This file contains 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 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