https://github.com/toxblh/atom-package
:atom: Best atom packages for frontend development
https://github.com/toxblh/atom-package
atom atom-packages
Last synced: over 1 year ago
JSON representation
:atom: Best atom packages for frontend development
- Host: GitHub
- URL: https://github.com/toxblh/atom-package
- Owner: Toxblh
- License: mit
- Created: 2016-09-12T07:20:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T22:25:51.000Z (about 9 years ago)
- Last Synced: 2025-04-02T22:33:10.664Z (over 1 year ago)
- Topics: atom, atom-packages
- Language: CSS
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## How to install packages and settings atom:
* Add in you system font https://github.com/tonsky/FiraCode
* git clone https://github.com/Toxblh/atom-package.git
* cd atom-package
* ./restore.sh
## How to backup:
./backup.sh
If you want use manual commands:
```apm list --installed --bare | grep '\(.*\)@' -o | sed -e 's/@//g' > package-list.txt``` - to create your package list and then
```apm install --packages-file package-list.txt``` - to install them.
## For windows
1. For available commands ```apm``` and ```atom``` you need add to PATH ```%LOCALAPPDATA%\atom\bin```
2. Next ```apm install --packages-file package-list.txt```
3. Copy ```config.cson``` to ```C:/Users/%USER%/.atom```
4. And copy ```style.less``` to ```C:/Users/%USER%/.atom```
License MIT