https://github.com/beverts312/dev-env
For making life easier
https://github.com/beverts312/dev-env
Last synced: 9 months ago
JSON representation
For making life easier
- Host: GitHub
- URL: https://github.com/beverts312/dev-env
- Owner: beverts312
- Created: 2017-05-19T01:05:18.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T01:03:54.000Z (10 months ago)
- Last Synced: 2025-03-28T05:31:42.450Z (9 months ago)
- Language: Shell
- Size: 87.9 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev Environment
Clone this repo.
Define these variables in your bash profile:
* `WORK_HOME` - where do you clone work repos
* `WORK_ORG` - github org you generally clone from
* `WORK_WIFI_CIDR` - CIDR to scan for wireless devices at the office, **if you have permission**
* `GITHUB_USERNAME` - github user
* `GITHUB_USERS` - other github users who work you may pull seperated by commas
* `DEV_HOME` - top level directory for dev work
* `DEV_ENV_HOME` - directory you cloned this to
* `WORK_REGISTRY` - base url for your work's docker registry
* `DEFAULT_REMOTE` - default git remote
Add a `source $DEV_ENV_HOME/.bash_profile` to your bash profile.