https://github.com/zaaack/atom-backup
My config and packages for atom editor
https://github.com/zaaack/atom-backup
Last synced: 12 months ago
JSON representation
My config and packages for atom editor
- Host: GitHub
- URL: https://github.com/zaaack/atom-backup
- Owner: zaaack
- License: mit
- Created: 2015-10-15T01:21:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T09:01:06.000Z (over 10 years ago)
- Last Synced: 2025-03-11T07:52:49.533Z (over 1 year ago)
- Language: CoffeeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atom-backup
My config and packages for atom editor
## Backup
### First
`apm install package-sync` and run Package Sync:create package list to backup packages.
## Second
git commit and push to backup `.atom` files
## Restore
### First
clone this repository to `~/.atom` directory, and replace the old files.
### Second
`apm install package-sync` and run Package Sync:sync to sync packages.