You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move default config file to ~/.config/auto-selfcontrol
The config file will be looked for in
- ~/.config/auto-selfcontrol/config.json
- /usr/local/etc/auto-selfcontrol/config.json
- $DIR/config.json (same directory as where Auto-SelfControl has been installed)
If not found, created in ~/.config/auto-selfcontrol/config.json
This will make it easier to backup and sync it across installs.
Answers #58
It also works on new ARM-based Macs where brewed bins are in `/opt/homebrew/`, no longer in `/usr/local/`.
This will not move an existing config file.
Moving can be done manually:
mv /usr/local/etc/auto-selfcontrol/config.json ~/.config/auto-selfcontrol/
auto-selfcontrol will find this new location first.
0 commit comments