Skip to content

Configuration files for atom and some helper script

Notifications You must be signed in to change notification settings

davidamitchell/atom_config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom settings

Installation

  1. Fork the repo

  2. Clone the repository, and add the bin/ folder to your path as follows:

    git clone git@github.com:xxxx/atom_config ~/.atom_config
    export PATH=$PATH:~/.atom_config/bin
    
  3. Add the path to your ~/.bash_profile

    echo "export PATH=$PATH:~/.atom_config/bin" >> ~/.bash_profile
    

Working with

Copy the settings from your local repo to .atom

atom_config copy_to_atom

Refreshing after making changes in atom

Copy all the setting files from .atom into your local repo

atom_config copy_from_atom

Commit and push these changes back to your github repo

atom_config push "commit message"

About

Configuration files for atom and some helper script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.5%
  • Shell 31.5%