https://github.com/mgerb/atom-config
https://github.com/mgerb/atom-config
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgerb/atom-config
- Owner: mgerb
- Created: 2016-08-19T18:32:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T18:36:09.000Z (almost 10 years ago)
- Last Synced: 2025-05-07T21:11:43.491Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store your Atom settings on GitHub
- Fork this repo
- Navigate to your ~/.atom folder (File > Settings > Open Config Folder)
```bash
git init .
git remote add origin https://github.com//atom-config
git pull origin master
```
- `npm run import` - installs atom-terminal for easy access
- `npm run sync` - exports your settings into backup.txt and pushes to GitHub
- edit .gitignore to remove/add files you want to sync
## Sync Steps
- File > Settings > Open Config Folder
- Alt+Shift+t (uses atom-terminal to open terminal in current directory)
- `npm run sync`