/devenv

Ubuntu-based working environment

Primary LanguageMakefile

devenv

Pipeline

ubuntu-based working environment

Requierements:

  1. ubuntu (20.04, 22.04)
  2. git
  3. make
  4. ansible

Quick start:

  1. Install requirements
sudo apt install -y git make ansible
  1. Download this repo:
git clone https://github.com/egnd/devenv.git
  1. Run make to see the list of available options:
cd devenv

# list of available presets
make

# list of available recipes
make run