joshukraine / mac-bootstrap

:computer: Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
https://jsua.co/macos
MIT License
133 stars 45 forks source link

Script failing at line 317 of bootstrap #29

Open mike-crane opened 3 years ago

mike-crane commented 3 years ago

After running the install, everything runs as intended up until Step 7 where it gets hung up

[BOOTSTRAP] Step 7: Installing dotfiles...

[BOOTSTRAP] Backing up old dotfiles to /Users/macbook/old_dotfiles_bak...

[BOOTSTRAP] Cloning dotfiles repo to /Users/macbook/dotfiles ...
Cloning into '/Users/macbook/dotfiles'...
cp: /Users/macbook/dotfiles/machines/default-mac/Brewfile: No such file or directory
joshukraine commented 3 years ago

@mike-crane Hey Mike, thanks for letting me know about this. Sorry you're having trouble with it. I am on the road right now with my family for the next several weeks and I'm not able to troubleshoot this. If you find the solution and can post back, that would be great! Otherwise, I will try to look into it once we're back. Thanks for your patience! 🙂

joshukraine commented 3 years ago

@mike-crane Hey, well I decided to take a quick glance at the dotfiles repo to see if anything obvious jumped out. Turns out I had a symlink in dotfiles/machines/default-mac/ that was broken. Not sure what happened there, but for now I just added an actual Brewfile. Commit: d4f96ef1a73fdc7bfb815b47db9027003665492a Please have another go and let me know if it fixes the issue. Thanks!