We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried the following variations:
$ brew file -f ~/.dotfiles/Brewfile install $ brew file --file=~/.dotfiles/Brewfile install $ brew file --file="~/.dotfiles/Brewfile" install $ brew file install -f~/.dotfiles/Brewfile $ brew file install --file"~/.dotfiles/Brewfile" $ brew file install --file="~/.dotfiles/Brewfile"
I created a symlink from ~/.dotfiles/Brewfile to /usr/local/Library/Brewfile
All I get is
WARNING: Input file $brewfile is not found. WARNING: Do you want to initialize from installed packages? [y/n]:
The text was updated successfully, but these errors were encountered:
I found a bug in case which Brewfile doesn't exist. On the other hand, I could manage to use such ~/.dotfiles/Brewfile if I made it.
I also tried to use link:
$ ln -s /usr/local/Library/Brewfile ~/.dotfiles/Brefile $ brew file -f ~/.dotfiles/Brewfile install
Then, it worked correctly. Could you please try it again with the latest brew-file? Currently, it is v2.1.5.
Sorry, something went wrong.
No branches or pull requests
I tried the following variations:
I created a symlink from ~/.dotfiles/Brewfile to /usr/local/Library/Brewfile
All I get is
The text was updated successfully, but these errors were encountered: