danemacmillan / dotfiles

These are all the settings you will incrementally set and ultimately forget.
MIT License
10 stars 3 forks source link

Brew git does not install on fresh MacOS #9

Closed danemacmillan closed 6 years ago

danemacmillan commented 7 years ago

Due to the logic in dpm, it checks if the command exists before installing it, and Apple ships with its own version. A different type of check would need to be run to ensure the Brew version does get installed.

Note that if the version of git from brew does not install, that means the __git_ps1 function is unavailable, which means that the entire PS1 string will not load due to a new condition that checks for it.

danemacmillan commented 6 years ago

Same for rsync.