Last active
August 29, 2015 14:13
-
-
Save devhawk/5dc0b6023cd66eaceb7b to your computer and use it in GitHub Desktop.
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
| # Enable-RemoteDesktop | |
| # Install-WindowsUpdate -Full | |
| Update-ExecutionPolicy RemoteSigned | |
| #cinst boxstarter | |
| #cinst git | |
| #cinst git-credential-winstore | |
| cinst notepad2-mod | |
| cinst 7zip | |
| #cinst nodejs | |
| reg add HKCR\*\shell\Notepad2 /d "Open with Notepad2" /f | |
| reg add HKCR\*\shell\Notepad2\command /d 'notepad.exe \"%1\"' /f | |
| #set-alias gitexe "C:\Program Files (x86)\Git\cmd\git.exe" | |
| #gitexe config --global user.name "Harry Pierson" | |
| #gitexe config --global user.email "[email protected]" | |
| #gitexe config --global alias.st status | |
| #gitexe config --global alias.br branch | |
| #gitexe config --global alias.co checkout | |
| #gitexe config --global alias.ci commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment