This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# INSTRUCTIONS | |
# Download file & `chmod +x` it | |
# Alternatively, you should be able to `curl` & pipe it to bash. | |
# Why? Because you can't run the recommended script unless you have a git-only `asdf` install. | |
set -o nounset -o pipefail -o errexit | |
plugin_name() { | |
basename "$(dirname "$(dirname "$0")")" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Swap \ and | keys.</name> | |
<identifier>private.swap_backslash_and_pipe</identifier> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::BACKSLASH, ModifierFlag::NONE, |