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:
| # STOLE SOME FROM https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f | |
| Set-WindowsExplorerOptions -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess | |
| #---- TEMPORARY --- | |
| Disable-UAC | |
| #--- Fonts --- | |
| choco install inconsolata -y | |
| 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()) |
| 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 |
I hereby claim:
To claim this, I am signing this object:
Visual Cheatsheet thingy
A grip on git. Simple visual Tutorial
Git Immersion
Atlassian Tut
| Verifying my identity on Peepeth.com 0x487a3c9be75f6133c5a66a68242934d682e097b4 |
| /* Set italics and comments to the script font */ | |
| .mtk4, .mtk5 { | |
| font-family: 'Script12 BT'; | |
| font-size: 1em; | |
| font-style: normal; | |
| } | |
| .comment, | |
| .attribute-name, | |
| .this, |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>local.remove-older-images</string> | |
| <key>Program</key> | |
| <string>/Users/msearcy/Library/Scripts/image-folder-cleanup.sh</string> | |
| <key>RunAtLoad</key> | |
| <true/> |