dotly icon indicating copy to clipboard operation
dotly copied to clipboard

Update dump.sh

Open Inmovilizame opened this issue 3 years ago • 0 comments

dot package dump shows an error while dumping npm packages due to the change on default homebrew prefix on M1 Macs.

 dot package
package dump
 > Brew apps dumped on /Users/roi/.dotfiles/os/mac/brew/Brewfile
 > Python apps dumped on /Users/roi/.dotfiles/langs/python/requirements.txt
ls: /usr/local/lib/node_modules: No such file or directory

Changing hardcoded path to use $HOMEBREW_PREFIX env var solves the problem

Inmovilizame avatar Mar 05 '22 22:03 Inmovilizame