{"id":20510599,"url":"https://github.com/shitcorp/devcontainer-template","last_synced_at":"2026-05-29T18:31:10.269Z","repository":{"id":138146387,"uuid":"434130699","full_name":"shitcorp/devcontainer-template","owner":"shitcorp","description":"Small devcontainer template we use for most of our projects","archived":false,"fork":false,"pushed_at":"2021-12-02T08:18:20.000Z","size":1266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:36:59.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shitcorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-02T07:56:25.000Z","updated_at":"2021-12-02T08:19:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"2630d70d-6924-4a2e-beac-46dd7adbf61e","html_url":"https://github.com/shitcorp/devcontainer-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shitcorp/devcontainer-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shitcorp%2Fdevcontainer-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shitcorp%2Fdevcontainer-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shitcorp%2Fdevcontainer-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shitcorp%2Fdevcontainer-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shitcorp","download_url":"https://codeload.github.com/shitcorp/devcontainer-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shitcorp%2Fdevcontainer-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33666290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":[],"created_at":"2024-11-15T20:30:10.203Z","updated_at":"2026-05-29T18:31:10.251Z","avatar_url":"https://github.com/shitcorp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devontainer Template\n\nSmall devcontainer template with some quality of life tools and extensions already installed.\n\n# Installation\n\n## Prerequisites:\n\n1. Docker:\n   - [Install on Windows](https://docs.docker.com/desktop/windows/install/)\n   - Install on Linux:\n     - [Official Docker Documentation](https://docs.docker.com/engine/install/)\n     - [Some Blog Article for Ubuntu](https://www.linux.com/topic/desktop/how-install-and-use-docker-linux/)\n2. VSCode:\n   - [Installation (crossplatform)](https://code.visualstudio.com/Download)\n3. Remote Containers Extension for VSCode:\n   - https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers\n\n## Steps to set up\n\n1. If you have the remote-container extension installed and open this repository in vscode, this prompt will show up, asking you if you want to open the folder in a container. Click `Reopen in Container` and wait until the container finished building\n\n    ![](./_attachments/devcontainer_extension_promt.png)\n\n  - 1.1 If the prompt didn't show up, you can manually open the folder in a container by using `CTRL` + `SHIFT` + `P`, until the vscode command prompt shows up. In there, search for \"Open folder in Container\"\n      ![](./_attachments/vscode_command_promt.png)\n      ![](./_attachments/vscode_cmd_prompt_searching.png)\n\n\n\n  - 1.2 If your terminal looks like this after the container started:\n\n    ![](./_attachments/vscode_terminal_font_missing.png)\n\n    you are missing the `Meslo LGS NF` Font on your Computer. You can install it ...\n      - ... on Linux:\n\n        by running this [script](./.devcontainer/fonts/install_fonts.sh) with the \"install\" argument:\n          ```bash\n          cd .devcontainer/fonts \u0026\u0026 ./install_fonts.sh install\n          ```\n          \u003e If this doesn't work, you can also manually open the files in [fonts](./.devcontainer/fonts/) and click \"install\"\n      - ... on Windows:\n\n        by opening these files and clicking \"install\":\n        - [Meslo Regular](./.devcontainer/fonts/MesloLGSNFRegular.ttf)\n        - [Meslo Bold Italic](./.devcontainer/fonts/MesloLGSNFBoldItalic.ttf)\n        - [Meslo Italic](./.devcontainer/fonts/MesloLGSNFItalic.ttf)\n        - [Meslo Bold](./.devcontainer/fonts/MesloLGSNFBold.ttf)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshitcorp%2Fdevcontainer-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshitcorp%2Fdevcontainer-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshitcorp%2Fdevcontainer-template/lists"}