Skip to content

Toxblh/atom-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install packages and settings atom:

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

About

:atom: Best atom packages for frontend development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published