MRMichael R. Taylorinmrt.dev·Aug 27, 2023 · 1 min readMaking Snake Case More ConvenientOne thing that I've always hated about snake_case naming style is that I've always found typing an underscore (_) to be an awkward keystroke. The best thing that I've done to make snake_case typing easier is to use AutoHotkey to create a hotkey to in...00
MRMichael R. Taylorinmrt.dev·Aug 18, 2023 · 3 min readMaking the Portable Toolkit More PortableOne problem that may appear when creating a toolkit with Scoop to be used between computers is the minor configuration differences necessary on different computers. For instance, your home directory may be different on a work computer vs your persona...00
MRMichael R. Taylorinmrt.dev·Aug 15, 2023 · 2 min readUsing Scoop to Create a Portable ToolkitScoop provides a wonderful foundation for creating a portable developer's toolkit on Windows systems. What is Scoop? Scoop is a command-line installer for Windows. It is created from Powershell scripts, so it installs easily with few dependencies on ...00