An open API service indexing awesome lists of open source software.

https://github.com/brewingcode/dotfiles

My OSX / Ubuntu dotfiles
https://github.com/brewingcode/dotfiles

bash coffeescript dotfiles perl python

Last synced: 11 months ago
JSON representation

My OSX / Ubuntu dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

My OSX / Ubuntu / WSL dotfiles.

## How to use

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

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`.