Skip to content

Instantly share code, notes, and snippets.

View gooddadmike's full-sized avatar

mike searcy gooddadmike

View GitHub Profile
@gooddadmike
gooddadmike / gist:9d4cbbcec07a43b688a25a987c02602f
Last active January 7, 2020 04:30
boxstarter aiden 20191226
# STOLE SOME FROM https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f
Set-WindowsExplorerOptions -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess
#---- TEMPORARY ---
Disable-UAC
#--- Fonts ---
choco install inconsolata -y
@gooddadmike
gooddadmike / gist:849737a2b4ac821e8892e8bc9f38a42c
Created September 9, 2019 13:06
CopyQ Change from '' to '
copyq:
function modifyText(text)
{
return text.replace(/''/g, "'");
}
if (!copy())
abort()
var text = str(clipboard())
@gooddadmike
gooddadmike / gist:f5eedfb5bc877bae48caa68e65f14167
Last active September 9, 2019 13:07
CopyQ change from ' to ''
copyq:
function modifyText(text)
{
return text.replace(/'/g, "''");
}
if (!copy())
abort()
var text = str(clipboard())
@gooddadmike
gooddadmike / boxstarter-siemens.txt
Last active January 18, 2019 15:28
BoxStarter Script - Siemens Rail Mobility
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

Keybase proof

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:

@gooddadmike
gooddadmike / git-res.md
Created September 19, 2018 17:46
Favorite Git Resources
Verifying my identity on Peepeth.com 0x487a3c9be75f6133c5a66a68242934d682e097b4
@gooddadmike
gooddadmike / vs-code-styles.css
Last active February 16, 2018 18:23
vs-code-styles.css
/* Set italics and comments to the script font */
.mtk4, .mtk5 {
font-family: 'Script12 BT';
font-size: 1em;
font-style: normal;
}
.comment,
.attribute-name,
.this,

Keybase proof

I hereby claim:

  • I am gooddadmike on github.
  • I am gooddadmike (https://keybase.io/gooddadmike) on keybase.
  • I have a public key ASAop0ArxKUUE1i9pEjRjaho1i-FgzcRt4kyKWC0YkmRYQo

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/>