Skip to content

Instantly share code, notes, and snippets.

@zao
Created February 19, 2015 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/c80f6c4737395e4e0ead to your computer and use it in GitHub Desktop.
Save zao/c80f6c4737395e4e0ead to your computer and use it in GitHub Desktop.
Boxstarter for dagur
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
# Note that this does not uncheck the only-secure-hosts checkbox.
cinst sublimetext3
cinst sublimetext3.packagecontrol
cinst virtualclonedrive
cinst mpc-hc
cinst google-chrome-x64
cinst sysinternals
cinst gimp
cinst git
git config --global core.autocrlf false
cinst git-flow-dependencies
cinst virtualbox
cinst skype
cinst 7zip
cinst winscp
cinst filezilla
cinst vim
cinst cmake
cinst keepass
cinst keepass-classic
cinst obs
cinst hg
cinst adobereader
# Broken packages
# cinst colorcop
## After installing VS2010
# cinst visualstudiocommunity2013
## After plugging in D:
# Move-LibraryDirectory "Downloads" "D:\Profile\Downloads"
# Install Mumble from http://wiki.mumble.info/wiki/Main_Page
# Install altinter from http://keyboards.jargon-file.org/altinter.zip
# Install git flow from https://github.com/nvie/gitflow.git , recursive
# Install nvidia drivers from http://www.geforce.co.uk/drivers
Copy link

ghost commented Mar 25, 2015

FIRST!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment