Skip to content

Instantly share code, notes, and snippets.

@loganintech
Forked from PxlBuzzard/boxstarter.txt
Created June 17, 2018 06:41
Show Gist options
  • Save loganintech/820f9e266372b4b1724aede06a410655 to your computer and use it in GitHub Desktop.
Save loganintech/820f9e266372b4b1724aede06a410655 to your computer and use it in GitHub Desktop.
Boxstarter (Personal)
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
powercfg -h off
cinst git
cinst nodejs.install
cinst python -version 2.7.13
cinst pip
cinst dmd
cinst dub
cinst DotNet3.5
cinst jre8
cinst f.lux
cinst 7zip
cinst spotify
cinst Firefox
cinst googlechrome
cinst steam
cinst telegram.install
cinst filebot
cinst cmder
cinst putty
cinst curl
cinst filezilla
cinst ccleaner
cinst unetbootin
cinst gifcam
cinst windirstat
cinst IrfanView
cinst discord.install
cinst deluge
cinst winscp
cinst vlc
cinst handbrake
cinst SourceTree
cinst visualstudiocode --params '/NoQuicklaunchIcon'
cinst rescuetime
cinst RobotoFonts
cinst EnvyCodeR
cinst hackfont
cinst firacode
npm install -g jscs
npm install -g eslint
pip install beets
curl https://gist.githubusercontent.com/PxlBuzzard/c56fa1bdd4770ce1f2b1/raw/.npmrc > %UserProfile%\.npmrc
curl https://gist.githubusercontent.com/PxlBuzzard/c56fa1bdd4770ce1f2b1/raw/.gitconfig > %UserProfile%\.gitconfig
curl http://res.cloudinary.com/danieljost/image/upload/v1427261692/Blank_oxbg3v.ico > %SystemRoot%\Blank.ico
curl https://gist.githubusercontent.com/PxlBuzzard/2be151263b570f86af5e/raw/no_shortcut_arrow.reg > %Temp%\no_shortcut_arrow.reg
reg import %Temp%\no_shortcut_arrow.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
"29"="%SystemRoot%\\Blank.ico,0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment