Skip to content

Instantly share code, notes, and snippets.

@ottodevs
Forked from michalczukm/Atom_export_settings.md
Created July 28, 2018 21:02
Show Gist options
  • Save ottodevs/380a99a18003d37ccb7fd8c38bb823e8 to your computer and use it in GitHub Desktop.
Save ottodevs/380a99a18003d37ccb7fd8c38bb823e8 to your computer and use it in GitHub Desktop.

Revisions

  1. @michalczukm michalczukm revised this gist Nov 18, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    **Export:**

    1. Copy:
    1. Copy from `${user}/.atom`:
    * config.cson
    * keymap.cson
    * snippets.cson
  2. @michalczukm michalczukm revised this gist Nov 18, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    **Backup:**
    **Export:**

    1. Copy:
    * config.cson
  3. @michalczukm michalczukm revised this gist Nov 18, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -17,4 +17,4 @@
    <br>
    or
    <br>
    `apm install ``cat packages.list/```
    `apm install 'cat packages.list'`
  4. @michalczukm michalczukm revised this gist Nov 18, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,9 @@

    1. Replace files from Backup.1 part in `${user}/.atom`
    2. Restore packages from `packages.list` mentioned in Backup.2 by:
    <br>
    `apm install --packages-file packages.list`
    <br>
    or
    <br>
    `apm install ``cat packages.list/```
  5. @michalczukm michalczukm revised this gist Nov 18, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,7 @@


    **Import:**

    1. Replace files from Backup.1 part in `${user}/.atom`
    2. Restore packages from `packages.list` mentioned in Backup.2 by:
    `apm install --packages-file packages.list`
  6. @michalczukm michalczukm revised this gist Nov 18, 2015. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Backup:
    **Backup:**

    1. Copy:
    * config.cson
    @@ -7,7 +7,8 @@ Backup:
    * styles.less
    2. Save installed packages list `apm list --installed --bare > packages.list`

    Import:

    **Import:**
    1. Replace files from Backup.1 part in `${user}/.atom`
    2. Restore packages from `packages.list` mentioned in Backup.2 by:
    `apm install --packages-file packages.list`
  7. @michalczukm michalczukm revised this gist Nov 18, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    Backup:

    1. Copy:
    * config.cson
    * keymap.cson
  8. @michalczukm michalczukm created this gist Nov 18, 2015.
    14 changes: 14 additions & 0 deletions Atom_export_settings.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    Backup:
    1. Copy:
    * config.cson
    * keymap.cson
    * snippets.cson
    * styles.less
    2. Save installed packages list `apm list --installed --bare > packages.list`

    Import:
    1. Replace files from Backup.1 part in `${user}/.atom`
    2. Restore packages from `packages.list` mentioned in Backup.2 by:
    `apm install --packages-file packages.list`
    or
    `apm install ``cat packages.list/```