My OSX / Ubuntu / WSL dotfiles.
Clone this repo somewhere (eg ~/.dotfiles) and then source init.sh.
source ~/.dotfiles/init.sh
This is a lib for multiple purposes:
-
Javascript packages
cd lib && yarnand theNODE_PATHenv var. -
Python packages via
cd lib && pip install -r requirements.txtand PYTHONPATH` env var. Note: venv interop is still TBD. -
Coffeescripts that are built once to javascript to avoid the coffeescript runtime penalty.
cd lib && ./build-coffee, or useyarn buildandyarn dev.