OmeGak / dotfiles

The ultimate bastion for my dotfiles and more
MIT License
6 stars 2 forks source link

Have some way to specify dependency scripts #16

Closed OmeGak closed 9 years ago

OmeGak commented 9 years ago

It took me some time to fully grasp the difference of philosophy between install and dot.

dot runs as the last step of bootstrap and makes sure that all dependencies get installed. install depends on things that will be installed with dot, such as homebrew, python or cask.

I would like dot to run all dependency-install scripts like those and avoiding them to be run with install. A good naming could be install-dep.sh.

OmeGak commented 9 years ago

Super deprecated since fa668e9