项目作者: brewingcode

项目描述 :
My OSX / Ubuntu dotfiles
高级语言: Python
项目地址: git://github.com/brewingcode/dotfiles.git
创建时间: 2016-10-16T04:39:23Z
项目社区:https://github.com/brewingcode/dotfiles

开源协议:

下载


Dotfiles

My OSX / Ubuntu / WSL dotfiles.

How to use

Clone this repo somewhere (eg ~/.dotfiles) and then source init.sh.

  1. source ~/.dotfiles/init.sh

lib usage

This is a lib for multiple purposes:

  1. Javascript packages cd lib && yarn and the NODE_PATH env var.

  2. Python packages via cd lib && pip install -r requirements.txt and PYTHONPATH` env
    var. Note: venv interop is still TBD.

  3. Coffeescripts that are built once to javascript to avoid the coffeescript
    runtime penalty. cd lib && ./build-coffee, or use yarn build and yarn dev.