Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csegarragonz/dotfiles
https://github.com/csegarragonz/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csegarragonz/dotfiles
- Owner: csegarragonz
- Created: 2018-02-12T18:43:33.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T12:55:30.000Z (6 months ago)
- Last Synced: 2024-07-23T15:07:00.161Z (6 months ago)
- Language: Python
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```