Wanted to give rift a go so I visited the quick start, installed using
brew install acsandmann/tap/rift
Was given the following instructions
==> Tapping acsandmann/tap
Cloning into '/opt/homebrew/Library/Taps/acsandmann/homebrew-tap'...
remote: Enumerating objects: 334, done.
remote: Counting objects: 100% (132/132), done.
remote: Compressing objects: 100% (68/68), done.
remote: Total 334 (delta 64), reused 130 (delta 64), pack-reused 202 (from 1)
Receiving objects: 100% (334/334), 40.51 KiB | 8.10 MiB/s, done.
Resolving deltas: 100% (133/133), done.
Tapped 1 cask and 4 formulae (18 files, 62.3KB).
==> Fetching downloads for: rift
✔︎ Formula rift (0.4.0) Verified 6.2MB/ 6.2MB
==> Installing rift from acsandmann/tap
==> codesign --force -s - /opt/homebrew/Cellar/rift/0.4.0/bin/rift
==> codesign --force -s - /opt/homebrew/Cellar/rift/0.4.0/bin/rift-cli
==> Caveats
Rift requires Accessibility permissions to control windows.
Grant permissions in System Settings > Privacy & Security > Accessibility.
To copy the example configuration:
mkdir -p ~/.config/rift && cp /opt/homebrew/opt/rift/share/rift/rift.default.toml ~/.config/rift/config.toml
To start acsandmann/tap/rift now and restart at login:
brew services start acsandmann/tap/rift
Or, if you don't want/need a background service you can just run:
LANG="en_US.UTF-8" /opt/homebrew/opt/rift/bin/rift
==> Summary
🍺 /opt/homebrew/Cellar/rift/0.4.0: 7 files, 14.0MB, built in 1 second
==> Running `brew cleanup rift`...
Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
So I tried to copy the config but it does not exist:
mkdir -p ~/.config/rift && cp /opt/homebrew/opt/rift/share/rift/rift.default.toml ~/.config/rift/config.toml
cp: /opt/homebrew/opt/rift/share/rift/rift.default.toml: No such file or directory
The whole share directory seems to not be present in the brew installation

Wanted to give rift a go so I visited the quick start, installed using
Was given the following instructions
So I tried to copy the config but it does not exist:
The whole share directory seems to not be present in the brew installation