-
-
Save ottodevs/380a99a18003d37ccb7fd8c38bb823e8 to your computer and use it in GitHub Desktop.
Revisions
-
michalczukm revised this gist
Nov 18, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ **Export:** 1. Copy from `${user}/.atom`: * config.cson * keymap.cson * snippets.cson -
michalczukm revised this gist
Nov 18, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ **Export:** 1. Copy: * config.cson -
michalczukm revised this gist
Nov 18, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,4 +17,4 @@ <br> or <br> `apm install 'cat packages.list'` -
michalczukm revised this gist
Nov 18, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/``` -
michalczukm revised this gist
Nov 18, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` -
michalczukm revised this gist
Nov 18, 2015 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ **Backup:** 1. Copy: * config.cson @@ -7,7 +7,8 @@ Backup: * 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` -
michalczukm revised this gist
Nov 18, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ Backup: 1. Copy: * config.cson * keymap.cson -
michalczukm created this gist
Nov 18, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/```