A collection of useful Keyboard Maestro macros for maximum efficiency and productivity on your Mac. Detailed instructions for some of these macros are on my blog.
- Download and install Keyboard Maestro from their site, then launch it.
- Tap with 2 fingers on the trackpad over any of my macros above you want to download, then select "Download Linked File As..."
- Save the file wherever you want
- Double-click the file in your Finder. It should add it to your macro collection.
- Install Keyboard Maestro by running this command in your terminal
brew install --cask keyboard-maestro
-
Launch Keyboard Maestro
-
Clone this repo to your preferred directory:
git clone https://github.com/monfresh/Keyboard-Maestro-Macros.git
- Open the repo in your Finder:
open Keyboard-Maestro-Macros
-
Select one or more macros you want to add to your collection, and double-click the file(s) in your Finder.
-
To get any new macros I might add in the future, pull down the latest changes. You'll need to run this command from the directory where you cloned my repo:
git checkout master && git pull