Warning
This project is in early development and is not yet ready for production use. The scripts are developed and tested on Ubuntu 22.04, Ubuntu 24.04 LTS and Debian 12.x LTS. Other distributions may work, but are not guaranteed to work. Use at your own risk.
AdeptLinuxKit is a collection of scripts and tools to help you build a custom experience for development. It is designed to be easy to use and flexible, allowing you to create a development setup that meets your specific needs.
- Install Docker
-
Clone the repository:
git clone https://github.com/AluciTech/AdeptLinuxKit.git cd AdeptLinuxKit -
Build the Docker image:
docker build -t adeptlinuxkit . -
Run the Docker container:
docker run -it --rm adeptlinuxkit
-
Inside the environment, you can, for example, run:
./dev/c_c++.sh --help
This project is licensed under the Apache License (Version 2.0).
See LICENSE for details.