- Add in you system font https://github.com/tonsky/FiraCode
- git clone https://github.com/Toxblh/atom-package.git
- cd atom-package
- ./restore.sh
./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 available commands
apmandatomyou need add to PATH%LOCALAPPDATA%\atom\bin - Next
apm install --packages-file package-list.txt - Copy
config.csontoC:/Users/%USER%/.atom - And copy
style.lesstoC:/Users/%USER%/.atom
License MIT

