* Moved all Sublime stuff out of APPDATA to better denote cross platform-ability
* Removed all Env var stuff in bootstrap along with all reg and Windows theme stuff (for now)
* BootStrapOpLoggerRunner now supports nesting of operations (kind of)
* PipInstallGlobalOp and NpmInstallGlobalOp use check=True to fail if the command fails
* cli moved to root level bootstrap.py
* default.sh contains a ton more default Linux Mint .bashrc stuff, source'd from cobertos.bashrc
* Cleaned up more old files (removed all work files) and moved some Window specific stuff into ##windows