abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
17.88k stars 365 forks source link

core: add support for COLIMA_HOME env var #1062

Closed fmgornick closed 1 week ago

fmgornick commented 1 week ago

currently, colima configs get autopopulated in $HOME/.colima, this addition would allow users to set a $COLIMA_HOME environment variable to change this location if users have other preferences (i personally prefer all my program configs go in $HOME/.config/{app_name})

I didn't see any information on contributing to this repo, but did see the hefty issue backlog i wouldn't want to make even bigger, so i thought it'd be ok to make a small PR myself! no worries if people see this change as unnecessary and decide to close it out tho

abiosoft commented 1 week ago

Thanks for this.