Skip to content

Commit

Permalink
Fix Brewfile creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Jul 21, 2023
1 parent b18c7fa commit 8e6c430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all: Brewfile \
$(BIN)/git-blast

Brewfile: $(shell brew --prefix)/Cellar/* $(shell brew --prefix)/Caskroom/*
brew bundle dump --mas --describe --force --no-restart
brew bundle dump --describe --force --no-restart

~/.fzf.bash ~/.config/fish/functions/fzf_key_bindings.fish:
$(shell brew --prefix)/opt/fzf/install --completion --key-bindings --no-update-rc
Expand Down

0 comments on commit 8e6c430

Please sign in to comment.