How to save Atom editor config and list of packages installed

前端 未结 6 2145
轮回少年
轮回少年 2021-01-30 00:18

I have recently started using Atom editor. Its pretty great so far. I am planning to install it on several other machines.

How can I replicate the config and list of pac

6条回答
  •  余生分开走
    2021-01-30 00:50

    The atom package manager supports starring packages, either online (through atom.io/packages and atom.io/themes) or on the commandline using

    apm star 
    

    or

    apm star --installed
    

    to star all of your installed packages.

    Starred packages can then be easily installed using:

    apm stars --install 
    

    Note that starring packages requires logging in to atom.io using your github account.

提交回复
热议问题