0

Is it possible to set Atom config.cson location, instead of using the default ~/.atom/config.cson?

Or at least to be able to use project-relative paths in the config.cson?

user2340939
  • 1,791
  • 2
  • 17
  • 44

1 Answers1

2

Your best bet is probably on the ATOM_HOME environment variable. The .atom folder is created relative to the folder defined in this variable. While this might not be too practical in your daily workflow, you can maybe automate it by writing a script.

Further reading: Controlling Where Customization is Stored to Simplify Your Workflow

idleberg
  • 12,634
  • 7
  • 43
  • 70