https://github.com/jhen0409/atom-config
https://github.com/jhen0409/atom-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhen0409/atom-config
- Owner: jhen0409
- Created: 2015-07-15T22:48:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T05:26:59.000Z (over 8 years ago)
- Last Synced: 2025-06-03T21:26:52.312Z (4 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Atom Editor config for personal usage
## Package list
The `package-list` file is output by the `$ apm list --installed` command, you can use `$ ./package-tool` command:
```
$ ./package-tool install # install packages of 'package-list' file
$ ./package-tool save # save packages to 'package-list' file
```## Config path
The Atom configuration files are usually in `~/.atom`.
## Config files
```
config.cson
keymap.cson
snippets.cson
styles.less
```