Git Commit Rule

This post will be an ever-evolving list of guidelines for personal projects to make my life easier. This rule will not be necessary for everyone. Initialization What we want is a parent folder, eg. ~/dev, and all subdirectories to share git user information. Use git’s includeIf 1 2 3 4 5 6 # in the parent directory eg: ~/dev # create a gitconfig file eg: ~/dev/.gitconfig_include [user] email = youremail@domain.com name = Your Name # and other configs Reference:...

February 16, 2024 · 2 min · Jun

Karabiner Switch Input With Right Command Button

Switch input sources with the right_command key The problem As someone who often switches back and forth between a windows pc and a macbook, one thing that irritates me is the different way of switching languages between the two operating systems. In fact, for Korean keyboards in windows, changing the input source is a simple press of the button to the right of the spacebar. Once this becomes muscle memory, the standard mac way of cmd+space/ctrl+space/(long press)caps-lock(for korean keyboards) becomes way too cumbersome....

September 18, 2023 · 2 min · Jun