Crux Encrusted

Enchanting cryptic pandemonium inside, gleaming cloak of celestial feathers behind you, as you entered my lone hideout mystified, and painted the world for me in a different hue. What keeps your…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




MacOS Setup in 2022 for Minimal Mouse interaction

I use macOS for my day-to-day development. Over the years, I have tested a lot of apps and have realized switching between keyboard and mouse makes the interaction cumbersome, and time-consuming.

Below I document my new Mac Setup to build a keyboard focused mac environment

The first thing that I choose to do is tweak the basic Mac settings to make interactions swift.

1. Change Keyboard preferences for snappy keystroke responses

Go to Preferences -> keyboard
- Move `Key Repeat` slider to `Fast.`
- Move `Delay until Repeat` slider to `Short.`

Keyboard settings on Mac

Secondly, I add a few Text Shortcuts under the `Text` section of Keyboard Preferences

These are generally used for quickly typing phrases and sentences that I occasionally use in emails, blog posts etc.

some examples are below …

| Replace | With |
| — — | — — |
| gm | Good Morning |
| thr | Thanks and Regards |
| lmr | Let me review and get back to you |

…you get the idea!

2. Homebrew Install

Fire up the terminal and run the command

Validate Homebrew is installed by running

3. Replacing the Mac terminal with iTerm

iTerm2 is the de-facto terminal replacement that you see in all MacOS setup guides, and it truly deserves this place based on the features it has to offer

Add a comment

Related posts:

Vivotek Wireless Cameras

In the realm of modern security systems, wireless cameras have emerged as a game-changer, offering unparalleled flexibility and convenience. Among the notable players in this field, VIVOTEK has…

RESTAURANT POS SYSTEM DUBAI PAYMENT PROCESSING

It is highly important to get an efficient restaurant POS system Dubai that provides you with precise insights into the cash flow of your business. Settle diners bills easily and give your staff a…

Variables as Pointers

To understand how Ruby, and any other language that uses variables, it’s important to be able to have a mental model of what is going on behind the written code. It points in the direction of the…