finnstra / macsetup

A script used to configure my Mac.
2 stars 1 forks source link

modularize code for testing #1

Open finnstra opened 6 years ago

finnstra commented 6 years ago

Currently the code isn't great for testing because you'd have to be on a vanilla environment and run through the entire thing. I would like to separate these into functions (and thus arguments) so that I could use individual pieces.

finnstra commented 5 years ago

Something similar to this structure https://github.com/webpro/dotfiles is what I'm looking for.