I hereby claim:
- I am gooddadmike on github.
- I am gooddadmike (https://keybase.io/gooddadmike) on keybase.
- I have a public key ASAyNR0I1UiQM-8D_HhciU49K5o13iEp_8knoIHxdLbLfgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
# C# essentials | |
cinst jetbrainstoolbox | |
cinst visualstudio2017enterprise | |
# General Dev Tools | |
cinst notepadplusplus.install | |
cinst git-credential-manager-for-windows |
copyq: | |
function modifyText(text) | |
{ | |
return text.replace(/'/g, "''"); | |
} | |
if (!copy()) | |
abort() | |
var text = str(clipboard()) |
copyq: | |
function modifyText(text) | |
{ | |
return text.replace(/''/g, "'"); | |
} | |
if (!copy()) | |
abort() | |
var text = str(clipboard()) |
# STOLE SOME FROM https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f | |
Set-WindowsExplorerOptions -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess | |
#---- TEMPORARY --- | |
Disable-UAC | |
#--- Fonts --- | |
choco install inconsolata -y | |