No description
Find a file
Artur Gurgul 8dd38bfc4c update
2025-11-27 13:18:08 +01:00
bin update 2025-11-27 13:18:08 +01:00
doc add doc 2025-08-06 17:55:14 +02:00
home add command runner to nvim 2025-08-08 07:55:29 +02:00
lib Add example of ZeroMQ 2025-09-10 18:35:55 +02:00
recipes update 2025-11-27 13:18:08 +01:00
.nvimlog update 2025-11-27 13:18:08 +01:00
install save 2025-08-26 08:51:37 +02:00
Makefile update 2025-11-27 13:18:08 +01:00
readme.md update 2025-11-27 13:18:08 +01:00

Installing the environment

curl -sSL https://gurgul.pro/artur/environment/raw/branch/main/install | bash

Config:

Variable Name Default Value Description
DAT_CACHE_PATH ${HOME}/.cache/dat/ Path where cached data is stored.
DEFAULT_INTERNET_LOGIN not set
DAT_VM_DATA ${DAT_CACHE_PATH}/vm Directory for storing VM-related data.

Installing build daemon

make install-daemon