Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csegarragonz/dotfiles


https://github.com/csegarragonz/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CSG's dotfiles

If you are setting up a new machine, follow the step by step guide [here](./new_machine.md).

## Building `workon` images

In the `docker` directory, we store dockerfiles to capture the development
environment of different projects we are actively working on. To buildd them
just run:

```bash
inv docker.build
```