Skip to content

Instantly share code, notes, and snippets.

@ekristen
Created January 23, 2025 19:07
Show Gist options
  • Save ekristen/db455b3d4a3b9e87f6e337dbb74de51c to your computer and use it in GitHub Desktop.
Save ekristen/db455b3d4a3b9e87f6e337dbb74de51c to your computer and use it in GitHub Desktop.
advanced dist config
# you can place this in like /etc/distillery.yaml for example
path: /usr/local/share/dist
bin_path: /usr/local/bin
cache_path: /var/cache/dist
# either export DISTILLERY_CONFIG or pass the config
export DISTILLERY_CONFIG=/etc/distillery.yaml
dist install --config /etc/distillery.yaml dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment