-
-
Save loganintech/820f9e266372b4b1724aede06a410655 to your computer and use it in GitHub Desktop.
Boxstarter (Personal)
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 -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 |
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
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