{"id":31658100,"url":"https://github.com/magiskboy/devcontainer","last_synced_at":"2026-05-07T05:40:30.068Z","repository":{"id":314831388,"uuid":"1056908488","full_name":"magiskboy/devcontainer","owner":"magiskboy","description":"Devcontainer with Ubuntu, Zsh, and Neovim for a consistent development environment.","archived":false,"fork":false,"pushed_at":"2025-09-15T03:16:35.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T04:33:26.975Z","etag":null,"topics":["devcontainer","development","docker","nvim","terminal","workflow"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/magiskboy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-15T02:42:35.000Z","updated_at":"2025-09-15T03:20:45.000Z","dependencies_parsed_at":"2025-09-15T04:33:28.526Z","dependency_job_id":"878dbe70-2bcb-4950-bd64-610bf0f8e903","html_url":"https://github.com/magiskboy/devcontainer","commit_stats":null,"previous_names":["magiskboy/devcontainer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/magiskboy/devcontainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiskboy%2Fdevcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiskboy%2Fdevcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiskboy%2Fdevcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiskboy%2Fdevcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiskboy","download_url":"https://codeload.github.com/magiskboy/devcontainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiskboy%2Fdevcontainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278795143,"owners_count":26047154,"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-10-07T02:00:06.786Z","response_time":59,"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":["devcontainer","development","docker","nvim","terminal","workflow"],"created_at":"2025-10-07T15:12:33.516Z","updated_at":"2025-10-07T15:12:37.357Z","avatar_url":"https://github.com/magiskboy.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"width:100%;display:flex;justify-content:center\"\u003e\n    \u003cimg alt=\"Docker Pulls\" src=\"https://img.shields.io/docker/pulls/nguyenkhacthanh/devcontainer?style=flat-square\" /\u003e\n    \u003cimg alt=\"Docker Stars\" src=\"https://img.shields.io/docker/stars/nguyenkhacthanh/devcontainer?style=flat-square\" /\u003e\n    \u003cimg alt=\"Docker Image Size (tag)\" src=\"https://img.shields.io/docker/image-size/nguyenkhacthanh/devcontainer/latest?arch=amd64\u0026style=flat-square\" /\u003e\n\u003c/div\u003e\n\n# Devcontainer Setup\n\nThis repository provides a comprehensive development container setup, designed to offer a consistent and efficient development environment. It includes a pre-configured Ubuntu-based Docker image with essential tools, a custom Zsh setup, and a highly optimized Neovim configuration.\n\n## Features\n\n*   **Ubuntu 24.04 Base Image**: A robust and up-to-date operating system.\n*   **Essential Development Tools**: Includes `git`, `clang`, `build-essential`, `pyenv` (for Python version management), `nvm` (for Node.js version management), `uv` (a fast Python package installer and resolver), `kubectl`, `helm`, `helmfile`, and `k9s` for Kubernetes development.\n*   **Zsh with Oh My Zsh**: Enhanced shell experience with `oh-my-zsh`, `git`, `aws`, `helm`, `kubectl`, `yarn` plugins, `zsh-autosuggestions`, and `zsh-syntax-highlighting`.\n*   **Highly Configured Neovim**: A powerful and efficient text editor setup with:\n    *   **Lazy.nvim**: For fast and easy plugin management.\n    *   **LSP Support**: Integrated Language Server Protocol for intelligent code completion, diagnostics, and more.\n    *   **Treesitter**: For advanced syntax highlighting and structural code editing.\n    *   **Telescope**: A highly extensible fuzzy finder for files, buffers, and more.\n    *   **NvimTree**: A file explorer for Neovim.\n    *   **ToggleTerm**: For integrated terminal sessions.\n    *   **Git Integration**: `gitsigns.nvim` for Git status in the editor.\n    *   **Theme**: `onedark.nvim` for a modern and comfortable coding experience.\n    *   **Custom Keymaps**: Optimized keybindings for navigation, LSP functions, and buffer management.\n\n## Getting Started\n\n### Prerequisites\n\n*   Docker\n\n### Building the Devcontainer Image\n\nTo build the Docker image for the development container, run the following command:\n\n```bash\n./devcontainer build\n```\n\nThis will create an image tagged `nguyenkhacthanh/devcontainer:latest`.\n\n### Starting the Devcontainer\n\nTo start the development container in detached mode with necessary volumes mounted:\n\n```bash\n./devcontainer start\n```\n\nThis command mounts your `~/.kube`, `~/.ssh`, `~/code`, and `~/Downloads` directories, as well as the Docker socket, into the container.\n\n### Attaching to the Devcontainer\n\nOnce the container is running, you can attach to it using bash:\n\n```bash\n./devcontainer attach\n```\n\n### Stopping the Devcontainer\n\nTo stop the running container:\n\n```bash\n./devcontainer stop\n```\n\n### Removing the Devcontainer\n\nTo remove the container:\n\n```bash\n./devcontainer remove\n```\n\n## Neovim Configuration\n\nThe Neovim configuration is located in the `config/nvim` directory. It's managed by `lazy.nvim` and includes a wide array of plugins for various programming languages and development tasks. Key features include:\n\n*   **LSP**: Configured for intelligent code features.\n*   **Autocompletion**: Powered by `nvim-cmp`.\n*   **File Tree**: `nvim-tree.lua` for easy file navigation.\n*   **Status Line**: `lualine.nvim` with `bufferline.nvim` for an informative and aesthetic status line.\n\nFeel free to explore the `config/nvim/lua` directory for detailed configurations of plugins and keymaps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiskboy%2Fdevcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiskboy%2Fdevcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiskboy%2Fdevcontainer/lists"}