Skip to content

Instantly share code, notes, and snippets.

@jez321
jez321 / git-aliases
Last active June 10, 2020 02:45
Git aliases
git config --global alias.nb 'checkout -b'
git config --global alias.pom 'pull origin master'
git config --global alias.pob 'push origin HEAD'
Moving WSL path to a different drive/folder
1. Install WSL
2. List WSL installations
PS C:\WINDOWS\system32> wsl -l
Windows Subsystem for Linux Distributions:
Ubuntu (Default)
3. Export desired installation to a .tar file
@jez321
jez321 / install.ps1
Last active September 15, 2019 02:17
JJ boxstarter script
Disable-UAC
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
cinst google-chrome-x64
cinst steam