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
The lock file is stored at `~/brew.lock` (in your home directory) and uses standard Brewfile syntax with added version information:
129
+
By default, the lock file is stored at `~/brew.lock` (in your home directory). You can customize this location using the `BREWLOCK` environment variable:
130
+
131
+
```bash
132
+
# Set a custom lock file path
133
+
export BREWLOCK=/path/to/your/brew.lock
134
+
135
+
# Example: Store in your dotfiles repo
136
+
export BREWLOCK="$HOME/dotfiles/brew.lock"
137
+
```
138
+
139
+
The lock file uses standard Brewfile syntax with added version information:
0 commit comments