My OSX / Ubuntu dotfiles
My OSX / Ubuntu / WSL dotfiles.
Clone this repo somewhere (eg ~/.dotfiles
) and then source init.sh
.
source ~/.dotfiles/init.sh
lib
usageThis is a lib for multiple purposes:
Javascript packages cd lib && yarn
and the NODE_PATH
env var.
Python packages via cd lib && pip install -r requirements.txt
and 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 use yarn build
and yarn dev
.