Skip to content

Instantly share code, notes, and snippets.

View obfischer's full-sized avatar
☮️

Oliver B. Fischer obfischer

☮️
View GitHub Profile
@obfischer
obfischer / install-config.sh
Created January 30, 2022 09:38
Generate Karabiner Elements configuration out of y YAML document
set -x
cat karabiner.yaml | ruby -r yaml -r json -e 'puts YAML.load($stdin.read).to_json' \
| jq --sort-keys 'del(.definitions)' > karabiner.json