Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.12 KB

File metadata and controls

47 lines (29 loc) · 1.12 KB

AdeptLinuxKit

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.

Overview

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.

Dev

Prerequisites

Usage

  1. Clone the repository:

    git clone https://github.com/AluciTech/AdeptLinuxKit.git
    cd AdeptLinuxKit
  2. Build the Docker image:

    docker build -t adeptlinuxkit .
  3. Run the Docker container:

    docker run -it --rm adeptlinuxkit
  4. Inside the environment, you can, for example, run:

    ./dev/c_c++.sh --help

License

This project is licensed under the Apache License (Version 2.0).

See LICENSE for details.