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
- Host: GitHub
- URL: https://github.com/brewingcode/dotfiles
- Owner: brewingcode
- Created: 2016-10-16T04:39:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T21:28:07.000Z (over 1 year ago)
- Last Synced: 2025-06-21T22:36:28.564Z (about 1 year ago)
- Topics: bash, coffeescript, dotfiles, perl, python
- Language: Shell
- Homepage:
- Size: 7.93 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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`.