After installation, hitting ctrl space gives me
% __tbmk_search__:1: permission denied: /Users/andy/bin/tbmk-v1.0.0-beta.4.mac-arm64/tbmk
Assuming I unzipped and moved the tbmk directory to /Users/andy/bin/tbmk-v1.0.0-beta.4.mac-arm64 the fix was to
chmod +x /Users/andy/bin/tbmk-v1.0.0-beta.4.mac-arm64/tbmk
xattr -d com.apple.quarantine /Users/andy/bin/tbmk-v1.0.0-beta.4.mac-arm64/tbmk
Probably worth adding this info to the Mac install instructions.
After installation, hitting ctrl space gives me
Assuming I unzipped and moved the tbmk directory to
/Users/andy/bin/tbmk-v1.0.0-beta.4.mac-arm64the fix was toProbably worth adding this info to the Mac install instructions.