Code Monkey home page Code Monkey logo

atom-config's Introduction

atom-config

These (power)shell scripts let the Plain Plain Text community install popular and useful packages to Atom, the hackable text editor. It also changes the configuration file to enable autosave, which is disabled by default in Atom.

Installation and Usage

These instructions presume that you have Atom already installed.

MacOS

  1. Ensure apm is installed, by opening Atom, going to the “Atom” menu, and choosing “Install Shell Commands.” Do so (typing in your password when prompted) until you see “The shell commands atom and apm are installed.”
  2. Save the file atom-setup.sh as a file to your desktop.
  3. Open up Terminal.app (located in Applications/Utilities)
  4. In Terminal.app, type in: sh ~/Desktop/setup-atom.sh and hit “return.”

Linux

Just like the MacOS instructions, more or less. For now.

Windows

  1. Save atom-setup.ps1 as a file to your desktop by right-clicking on the link and choosing “Save Link As...”
  2. Right click on the file and choose “Run with PowerShell” in the drop-down menu.
  3. Several screens will popup and then disappear, suggesting the process has executed.

If you do not see the “Run with PowerShell” command or get an error about a “PSSecurityException,”:

  1. Open the DOS prompt by typing “cmd” in the search window in the taskbar or Start Menu. Choose the first result.
  2. Type in powershell -ExecutionPolicy Unrestricted and hit “Enter.” The prompt (the part ending in >) should change and have a PS at the start.
  3. Type ~\Desktop\setup-atom.ps1 and hit “Enter.”
  4. A warning about running scripts will appear. Type r for “Run Once” and hit “Enter.”
  5. Several windows will popup and disappear, suggesting the process has executed.

Packages

Usability Packages

Linting Packages

Linter is a package that helps find errors in code or syntax in Atom. You can add additional linter layers above it for whatever language or markup you are using. We offer a few base linter languages that the Plain Plain Text community is likely to need.

Configuration

For the time being, our shell scripts only make one configuration change. They enable autosave, which is disabled by default.

atom-config's People

Contributors

muziejus avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.