-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: change "home" directory location, and/or support XDG Base Directory spec #483
Comments
I am onboard with this. |
2nd this feature! it would be a lovely addition if at all possible! |
Here's a patch, briefly tested on macOS 13.4 It defers to using We may wish to additionally consider an environment variable like |
I installed and started colima, and it created I ran Then What am I doing wrong?
|
I have a same problem on macOS Sonoma... |
I guess it has something to do with this, but I have no idea why there is this exception in the code... |
Ah, nice find, I was also using macOS. Can that be removed @abiosoft? |
It is being removed and would be part of the next release. |
I have noticed the comment by @abiosoft is from 29th of July and 0.7.0 release is dated 30th of July so I am not sure if my problem is scheduled for a fix, or it is deemed fixed but it's actually not. With colima 0.7.0 and after doing
Doing the opposite move -- Is this scheduled for a fix or it got under the radar? I am on macOS Sonoma 14.6. |
@dimitarvp that should not happen. I would do a bit more testing on my end to see if I can reproduce your experience. |
Disclosure: I made zero effort in fixing anything at all, I only issued the |
Yeah, there should indeed be zero efforts. It should just work. Thanks for the info. |
This is still not working on 0.8.1. Moving to |
Description
It would be really nice if we could change the location of the Colima "home" directory to something other than
~/.colima
.For example, I tend to create directories in
~/.local/opt
for tools like this, so it would be nice if I could setexport COLIMA_HOME=$HOME/.local/opt/colima
in my system configuration.Alternatively, it would be nice if Colima supported the XDG Base Directory Specification. The config files would be located in
XDG_CONFIG_HOME
, the daemon socket could be located inXDG_STATE_HOME
, etc.I think many people nowadays like to keep as few "dotfiles" in their home directory as possible, and this would be a nice quality of life addition for those users.
The text was updated successfully, but these errors were encountered: