[Feature Request]: Custom configuration path / export settings
Check Existing Issues
- [X] I have checked existing issues, and this issue is not a duplicate
Description
I have several computers, and I'd like them to share the same configuration.
It would be awesome to point to ~/.config/ice or any other path and load the configuration.
Alternatively, is there a way to export the current configuration?
Screenshots
No response
I've checked the ~/Library/Preferencesfolder and can't find a plist belongs to ice.
Anyone know how to export ice's settings?
The file in ~Library/Preferences should be called com.jordanbaird.Ice.plist.
If you still can't find it, you can run the following command in Terminal:
defaults export com.jordanbaird.Ice ~/Desktop/Ice.plist
And then import it on your new machine with:
defaults import com.jordanbaird.Ice ~/Desktop/Ice.plist
[!Note] Replace
~/Desktop/Ice.plistin with the paths you want to export to and import from.
Thanks! Found it now. Turns out I greped with ice insted of Ice
Would be nice to have an easy config (json, yaml, whatever) to include in ones dotfiles :)
+1 with ~/.config/ice which is much easier for us to setup dotfiles than using Ice.plist
Or have at least have an option in the UI for us to import/export.
Thanks!
+1 a json/xml/text config as opposed to the binary plist file format. TIA!
Yes I want that really bad
+1 for this option
YAML, TOML or JSON