- 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
apm
andatom
you need add to PATH%LOCALAPPDATA%\atom\bin
- Next
apm install --packages-file package-list.txt
- Copy
config.cson
toC:/Users/%USER%/.atom
- And copy
style.less
toC:/Users/%USER%/.atom
License MIT