{"id":34498527,"url":"https://github.com/chaosmail/dev-env","last_synced_at":"2025-12-24T01:54:03.841Z","repository":{"id":28099826,"uuid":"31598066","full_name":"chaosmail/dev-env","owner":"chaosmail","description":"Install and configure a development environment with Ansible (Ubunu 16.04 LTS)","archived":false,"fork":false,"pushed_at":"2021-01-27T10:47:26.000Z","size":77,"stargazers_count":27,"open_issues_count":3,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-06-16T23:40:17.054Z","etag":null,"topics":["ansible","development-environment","development-tools","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chaosmail.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-03T12:49:02.000Z","updated_at":"2023-05-12T16:41:37.000Z","dependencies_parsed_at":"2022-09-02T19:01:09.947Z","dependency_job_id":null,"html_url":"https://github.com/chaosmail/dev-env","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/chaosmail/dev-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaosmail%2Fdev-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaosmail%2Fdev-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaosmail%2Fdev-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaosmail%2Fdev-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chaosmail","download_url":"https://codeload.github.com/chaosmail/dev-env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chaosmail%2Fdev-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27992870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-23T02:00:07.087Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","development-environment","development-tools","ubuntu"],"created_at":"2025-12-24T01:54:03.362Z","updated_at":"2025-12-24T01:54:03.834Z","avatar_url":"https://github.com/chaosmail.png","language":"Shell","readme":"[![Build Status](https://travis-ci.org/chaosmail/dev-env.svg?branch=master)](https://travis-ci.org/chaosmail/dev-env)\n\n# Development Environment for Humans\n\nThis repository should help you to quickly setup a clean development environment based on Ubuntu 16.04 LTS on your machine.\n\n## Before Starting\n\nDownload Ubuntu 16.04 LTS 64bit from [ubuntu.com](http://www.ubuntu.com/download/desktop) and install it on your machine.\n\nGit is the only requirement needed, so go ahead and install it via `sudo apt-get install -y git`.\n\n## Getting started\n\nFirst, clone the *dev-env* repository to your machine to the *~/.dev-env* directory. Then you can run the setup script, which will install Python, Pip and Ansible. It will also link the `run.sh` file to the `dev-env` command.\n\n```sh\ngit clone git@github.com:chaosmail/dev-env.git ~/.dev-env\nsh ~/.dev-env/scripts/setup.sh\n```\n\n## Installing, updating and configuring your Environment\n\nAfter running the above setup script, you can automatically install and configure all your development applications with Ansible by running the `dev-env` command from the terminal.\n\n## What's included?\n\nAt the moment, following packages will be automatically installed and configured:\n\n* common: curl, gcc, nmap, wget, make, git, openssl\n* chromium: installation\n* dropbox: installation\n* docker: installation\n* encfs: installation\n* filezilla: installation\n* java: installation (Open JDK/JRE 8 and 9)\n* keepassx: installation\n* nautilus: configuration *open in terminal*\n* nodejs: installation and install npm packages (define in group_vars/all.yml)\n* python: python3, pip3 and python packages (define in group_vars/all.yml)\n* ruby: installation and ruby gems (define in group_vars/all.yml)\n* skype: installation and unity wrapper\n* spotify: installation\n* sublime: installation, package manager and popular packages (define in group_vars/all.yml)\n* vagrant: installation\n* vscode: installation\n\nThese package are included in this repository and can be added if needed:\n\n* packer: installation\n* virtualbox: installation\n\n## Development\n\nTo debug the configuration you can simply add the `tags: debug` statement to a tasks and then call the following command to execute these tasks.\n\n```sh\ncd ~/.dev-env\nansible-playbook $DIR/playbooks/main.yml -i hosts --ask-sudo-pass --tags debug\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaosmail%2Fdev-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaosmail%2Fdev-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaosmail%2Fdev-env/lists"}