Skip to content

Instantly share code, notes, and snippets.

@gustavomassa
Forked from silviogreuel/0BOOTSTRAP.md
Created March 10, 2021 19:46
Show Gist options
  • Save gustavomassa/0ed39871941d1fc09b31ea4aee9f5266 to your computer and use it in GitHub Desktop.
Save gustavomassa/0ed39871941d1fc09b31ea4aee9f5266 to your computer and use it in GitHub Desktop.

0Usage

  1. Create a file on gist like file-box
  2. Append the raw link from file-box to http://boxstarter.org/package/nr/url? like in file-box-link
  3. Copy'n paste the link from step two file-box-link on ie, download and execute
  4. WAIT...

Tips/Tricks

  1. Each line from file-box represents a powershell command
  2. Boxstarter will pre install chocolatey for you
  3. You can set a local repository for chocolatey to reduce bandwidth usage and make downloads faster
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
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
<?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