https://github.com/adamj/atomscripts
setup scripts for Atom editor
https://github.com/adamj/atomscripts
Last synced: 3 months ago
JSON representation
setup scripts for Atom editor
- Host: GitHub
- URL: https://github.com/adamj/atomscripts
- Owner: AdamJ
- Created: 2016-07-20T21:19:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T21:08:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-27T10:28:41.633Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AtomScripts
##### setup scripts for Atom editor
## Installation
##### This installation is written for an OSX environment and assumes you already have the Atom editor installed.
1. Make sure XCode is installed (for the command line tools)
2. Install Homebrew
- you can install Homebrew by running the following command in your Terminal of choice: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
3. Install NodeJS
- brew install node
4. Navigate to the directory where you dropped the AtomScripts package.json file and run the commands as outline in "Usage".
## Usage
Everything can be installed at one time by using the following command:
```
npm run all
```
There are 3 scripts as part of this. Here is what each script installs:
1. npm run packages-basic
- atom beautify
- file-icons
- pigments
* npm run packages-advanced
- angularjs
- atom-ng-attr-hint
- atom-typescript
- busy-signal
- intentions
- language-html-angular
- linter
- linter-htmlhint
- linter-lesshint
- linter-ui-default
* npm run themes
- atom-patternfly-ui
- atom-patternfly-syntax