Skip to content

Instantly share code, notes, and snippets.

View gooddadmike's full-sized avatar

mike searcy gooddadmike

View GitHub Profile

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