Hello all,
I use KiCad on multiple systems and I want to sync my configurations, libraries etc. by using either a github repo and/or an SMB share on my NAS. The problem now is that my KiCad installation doesn’t change config directory when I use the KICAD_CONFIG_HOME env variable.
I tried setting it in the configure path dialog - didn’t work (as expected as it’s mentioned in the documentation)
I tried adding the paths to my .zshrc file and push the variables with source ~/.zshrc
the content of the file look like this
export KICAD_CONFIG_HOME="/Users/MYUSER/Documents/GitHub/Electronics/KiCAD/preferences"
export KICAD_DOCUMENTS_HOME="/Users/MYUSER/Documents/GitHub/Electronics/KiCAD"
but KiCad still looks for its config in ~/Library/Preferences/kicad/8.0
Has anyone an idea on how to tackle this without having to manually reload config files everytime I change something on one machine or setting up a script on every machine that runs everytime I close KiCad?
Main systems: MacOS 14.7
Secondary systems: TrueNAS scale with KiCad Container running