Skip to content

Instantly share code, notes, and snippets.

@inventti-silvio
Last active May 14, 2018 17:05
Show Gist options
  • Save inventti-silvio/40e80f6041609fe868fc4affdab72b93 to your computer and use it in GitHub Desktop.
Save inventti-silvio/40e80f6041609fe868fc4affdab72b93 to your computer and use it in GitHub Desktop.

Usage

  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

Tweaks

  • Gow ssh doesn't works with kitematic
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
<?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