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
| git config --global alias.nb 'checkout -b' | |
| git config --global alias.pom 'pull origin master' | |
| git config --global alias.pob 'push origin HEAD' |
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
| 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 |
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
| Disable-UAC | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| Enable-RemoteDesktop | |
| Enable-MicrosoftUpdate | |
| Install-WindowsUpdate -AcceptEula | |
| cinst google-chrome-x64 | |
| cinst steam |