Ice icon indicating copy to clipboard operation
Ice copied to clipboard

[Feature Request]: Custom configuration path / export settings

Open magoz opened this issue 1 year ago • 7 comments

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

magoz avatar Aug 18 '24 13:08 magoz

I've checked the ~/Library/Preferencesfolder and can't find a plist belongs to ice.

Anyone know how to export ice's settings?

0ptimista avatar Sep 26 '24 03:09 0ptimista

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.plist in with the paths you want to export to and import from.

jordanbaird avatar Sep 26 '24 03:09 jordanbaird

Thanks! Found it now. Turns out I greped with ice insted of Ice

0ptimista avatar Oct 08 '24 03:10 0ptimista

Would be nice to have an easy config (json, yaml, whatever) to include in ones dotfiles :)

cupcakearmy avatar Jan 03 '25 15:01 cupcakearmy

+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!

xbeta avatar Jan 31 '25 05:01 xbeta

+1 a json/xml/text config as opposed to the binary plist file format. TIA!

bzadon avatar Feb 04 '25 17:02 bzadon

Yes I want that really bad

Else00 avatar Feb 05 '25 13:02 Else00

+1 for this option

fozboom avatar Sep 07 '25 16:09 fozboom

YAML, TOML or JSON

Else00 avatar Sep 08 '25 06:09 Else00