Open XI2vGMst opened 2 months ago
I second this
I do not want my home directory to feel like Windows' Documents directory
An even better idea: move it to .cache/zig-compilers
An even better idea: move it to
.cache/zig-compilers
Eh, it's more a local storage than a cache, isn't it?
I do agree but I think its the best we got and certainly an improvement to having the home directory cluttered with either dot-or-normal-files
I think the next iteration I'll try using the Zig package cache to store the compilers. There's an open issue for this. At that point maybe all the zigup config/metadata will go into a single file? Maybe ~/.zigup?
Sounds good to me!
I do agree but I think its the best we got and certainly an improvement to having the home directory cluttered with either dot-or-normal-files
What about ~/.local/share and ~/.config ?
Personally I prefer @TotoShampoin s idea, but at in my opinion anything is better than nothing.
alias zigup="zigup --install-dir $HOME/.zigup/"
this works as well for the time being
I don't see a reason for this directory not to be hidden. I also consider just "zig" to be too generic of a name.