jalexanderfox/dotfiles

Setup Clarification

Closed this issue · 1 comments

Hi, thanks for the repo.

The setup shows commands executed using a fully qualified path, but it seems as though you need to be in the ~/.dotfiles directory because setup.sh uses relative pathing.

Maybe changing things like:

~/.dotfiles/setup.sh brew fresh cask

to

cd ~/.dotfiles && ./setup.sh brew fresh cask

Thanks @bfdill, I updated the readme.md to reflect your suggestion.