{"id":20796189,"url":"https://github.com/danguita/shell","last_synced_at":"2026-04-14T04:31:38.996Z","repository":{"id":142843832,"uuid":"112945047","full_name":"danguita/shell","owner":"danguita","description":"My containerized Unix environment","archived":false,"fork":false,"pushed_at":"2019-07-17T10:38:17.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-22T07:51:30.548Z","etag":null,"topics":["development-environment","development-tools","docker","dotfiles","tmux","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/danguita.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-03T16:42:34.000Z","updated_at":"2020-04-23T12:40:53.000Z","dependencies_parsed_at":"2023-04-25T11:16:00.468Z","dependency_job_id":null,"html_url":"https://github.com/danguita/shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danguita/shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danguita%2Fshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danguita%2Fshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danguita%2Fshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danguita%2Fshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danguita","download_url":"https://codeload.github.com/danguita/shell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danguita%2Fshell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31782736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["development-environment","development-tools","docker","dotfiles","tmux","vim","zsh"],"created_at":"2024-11-17T16:26:04.241Z","updated_at":"2026-04-14T04:31:38.975Z","avatar_url":"https://github.com/danguita.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# danguita's shell\n\n## Motivation\n\nThe motivation behind this is to enable building a lightweight and highly\nportable development environment with all configuration and tooling I\nneed in a daily basis.\n\nFor instance, the current configuration provides the following setup:\n\n- `zsh` shell.\n- `tmux` window manager.\n- `vim` editor.\n- `git`, `curl`, `fzf`, `jq` and some other tools.\n- My [dotfiles](https://github.com/danguita/dotfiles).\n\nIt is now based on [Alpine Linux](https://alpinelinux.org/)'s edge branch\nfor minimal footprint and extra package support.\n\n## Usage\n\n### Build\n\n```shell\n$ DOCKER_IMAGE_NAME=danguita/shell DOCKER_IMAGE_TAG=latest make build\n```\n\n### Run\n\n```shell\n$ DOCKER_IMAGE_NAME=danguita/shell DOCKER_IMAGE_TAG=latest make run\n```\n\nWhich transforms into:\n\n```shell\n$ docker run -it --rm \\\n  --net=host \\                             # Use host networking, optionally.\n  -v \"$(pwd):/workspace\" \\                 # Mount `pwd` at container's `/workspace`.\n  -v \"$HOME/.ssh:/root/.ssh\" \\             # Mount SSH config, optionally.\n  -v \"$HOME/.gnupg:/root/.gnupg\" \\         # Mount GPG config, optionally.\n  -v \"$HOME/.gitconfig:/root/.gitconfig\" \\ # Mount Git config, optionally.\n  danguita/shell:latest\n```\n\n### Release\n\n```shell\n$ DOCKER_IMAGE_NAME=danguita/shell DOCKER_IMAGE_TAG=latest DOCKER_REGISTRY_URL=docker.io \\\n  make release\n```\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanguita%2Fshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanguita%2Fshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanguita%2Fshell/lists"}