Skip to content

Instantly share code, notes, and snippets.

@devhawk
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save devhawk/5dc0b6023cd66eaceb7b to your computer and use it in GitHub Desktop.

Select an option

Save devhawk/5dc0b6023cd66eaceb7b to your computer and use it in GitHub Desktop.
# 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