A dockerized Atom with ESLint, Rubocop, Reek, Beautify and Cucumber plugins already installed.
curl -sSL https://raw.githubusercontent.com/ResultadosDigitais/rd-docker-atom/master/install.sh | sudo sh
After install, you are good to use it. To launch Atom, just type the following command in the desired directory:
rd-atom .
Install docker using brew cask install docker
or directly from the website here.
You can install XQuartz using homebrew with brew cask install xquartz
or directly from the website here. At the time of writing, I had 2.7.11 installed on my machine with OSX El Capitan.
Start XQuartz from command line using open -a XQuartz
. In the XQuartz preferences, go to the “Security” tab and make sure you’ve got “Allow connections from network clients” ticked. ⬇️
- Close XQuartz (cmd+Q)
Docker should be running on your computer before executing rd-atom
.
For example, before everything I need to:
- open Docker Quickstart Terminal
- run
docker-machine start
Just run rd-atom .
on a specific directory or to open a specific file.