Forked from mattwoolnough/gist:4ae4ca58176945c68997
Last active
February 13, 2016 21:46
-
-
Save SvitlanaShepitsena/df1f22ac02e04dd75c35 to your computer and use it in GitHub Desktop.
boxStarter
This file contains hidden or 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
#Special windowsy stuff. see http://boxstarter.org/WinConfig | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions | |
Install-WindowsUpdate | |
Disable-InternetExplorerESC | |
Disable-UAC | |
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst | |
Set-TaskbarOptions -Size Large -Lock -Dock Bottom | |
Update-ExecutionPolicy | |
#install some applications | |
#See: https://chocolatey.org/packages for what you can install | |
choco install LinkShellExtension | |
choco install notepadplusplus.install | |
choco install 7zip.install | |
choco install GoogleChrome | |
choco install paint.net | |
choco install windirstat | |
choco install procexp | |
choco install git | |
choco install python2 | |
cinst paint.net | |
cinst reflect-free | |
cinst teamviewer | |
cinst winrar | |
cinst lastpass | |
cinst dropbox -y | |
choco install notepad2 | |
choco install scriptcs | |
choco install ConsoleZ.WithPin | |
choco install ConsoleZ.Settings -Params 'url=https://rawgit.com/JCapriotti/Boxstarter-Files/master/console.xml' | |
choco install slickrun | |
cinst sublimetext3 | |
New-Item -ItemType Directory -Path "$env:appdata\Sublime Text 3\Installed Packages" | |
New-Item -ItemType Directory -Path "$env:appdata\Sublime Text 3\Packages\User" | |
Invoke-WebRequest "https://sublime.wbond.net/Package%20Control.sublime-package" -OutFile "$env:appdata\Sublime Text 3\Installed Packages\Package Control.sublime-package" | |
Invoke-WebRequest "https://gist.githubusercontent.com/SvitlanaShepitsena/6b1c6a1590f277738860/raw/e4ba2f4875e76a145457dbe23458c5998434e505/installed-packages -OutFile "$env:appdata\Sublime Text 3\Packages\User\Package Control.sublime-settings" | |
Invoke-WebRequest "https://gist.githubusercontent.com/SvitlanaShepitsena/a03b0df03075c5e0a5f6/raw/12d067f637303a966dc6d94dd1482dc48154877a/sublime-settings -OutFile "$env:appdata\Sublime Text 3\Packages\User\Default (Windows).sublime-keymap" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment