Skip to content

emileber/atom-settings

Repository files navigation

atom-settings

Use this when installing Atom on a new machine.

Install a new Atom instance

  1. Delete the following files (all root files of the .atom dir):

    • .gitignore
    • init.coffee
    • keymap.cson
    • snippets.cson
    • styles.less
  2. Clone the repo inside an existing and non-empty directory:

    git init
    git remote add origin REPO_URL
    git fetch
    git checkout -t origin/master
    
  3. Install the packages

    apm install --packages-file package-list.txt
    

Update the package list

  1. Install/update the new package as usual

  2. Then update the package-list.txt file:

    apm list --installed --bare > package-list.txt
    
  3. Stage the file and commit, then push to upstream.

Releases

No releases published

Packages

No packages published