Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milldr/daniels-dev-dock
My personal devops environment
https://github.com/milldr/daniels-dev-dock
circleci docker vim zsh
Last synced: 25 days ago
JSON representation
My personal devops environment
- Host: GitHub
- URL: https://github.com/milldr/daniels-dev-dock
- Owner: milldr
- License: mit
- Created: 2019-05-22T16:11:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T17:25:56.000Z (over 3 years ago)
- Last Synced: 2024-12-08T02:43:44.014Z (about 1 month ago)
- Topics: circleci, docker, vim, zsh
- Language: Jinja
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personalized Developer Environment
A consistent developer environment with all my preferred tools and configurations to simplify working between many computers.
## Basic Use
1. Clone this repo: `git clone https://github.com/milldr/daniels-dev-dock.git`
2. Run whatever shell script in `./bin/`
3. Code away :nerd_face:The start script will create a shared directory under `~/development_backup` and save all work there (unix). For windows I'm saving to my F drive because my home directory is full, which is set by an env var $DEV. Change it to whatever you want in script
## Windows Note
Development and using Vim is really frustrating in Windows. With these images, you can just install Docker and ConEmu and then run everything in a container. Make sure you disable keybindings in ConEmu. Also I recommend using GVim outside of the container
## References
Credit to my brother for the idea: https://github.com/sjmiller609/devops_environment