environment/readme.md

15 lines
555 B
Markdown
Raw Normal View History

2025-08-01 12:52:57 +02:00
# Installing the environment
```bash
2025-08-03 16:36:03 +02:00
curl -sSL https://gurgul.pro/artur/environment/raw/branch/main/install | bash
2025-08-01 12:52:57 +02:00
```
2025-08-26 17:50:38 +02:00
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. |