forked from meodai/gotAnewDesignerMac
-
Notifications
You must be signed in to change notification settings - Fork 2
/
atom-packages.sh
executable file
·93 lines (67 loc) · 2.6 KB
/
atom-packages.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
echo '🚀 Instaling atom plugins'
apm install todo-show
# Finds all TODO, FIXME, CHANGED, XXX, IDEA, HACK, NOTE, REVIEW comments
# in your project and shows them in a nice overview list.
apm install linter
apm install linter-jsonlint
apm install linter-eslint
apm install linter-xo
apm install linter-sass-lint
apm install linter-stylelint
apm install linter-tslint
apm install linter-pug
apm install atom-beautify
# Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#,
# Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom
apm install code-peek
# Quickly peek and edit functions in separate files from the context of
# your current editor.
apm install editorconfig
# Helps developers maintain consistent coding styles between different editors
apm install emmet
# Emmet – the essential tool for web developers
apm install file-icons
# Assign file extension icons and colours for improved visual grepping
apm install fonts
# Lots of monospace fonts.
apm install pigments
# A package to display colors in project and files.
apm install sort-lines
# Sorts your lines. Never gets tired.
apm install atom-ternjs
# JavaScript code intelligence for atom with Tern. Adds support for ES5,
# ES6 (JavaScript 2015), Node.js, jQuery & Angular. Extendable via plugins.
# Uses suggestion provider by autocomplete-plus.
apm install sublime-style-column-selection
# Enable Sublime style 'Column Selection'. Just hold 'alt' while you select,
# or select using your middle mouse button. Also similar to Texmate's
# 'Multiple Carets', or BBEdit's 'Block Select'
apm install react
apm install react-snippets
apm install react-es6-snippets
apm install react-redux-react-native-snippets
# react, redux, sizzle
apm install atom-typescript
# The only TypeScript plugin you will ever need.
apm install angular-2-typescript-snippets
# Angular 2 TypeSctipt Snippets for Atom.
apm install turbo-javascript
# A collection of commands and snippets for optimizing Javascript and
# Typescript development productivity
apm install docblockr
# Makes writing documentation faster by detecting the details of the function
# below it and autofilling much of the comment.
apm install autocomplete-modules
# Autocompletes require/import statements for you by following the path you
# type and showing you the available files at that location.
apm install pretty-json
apm install atom-jade
apm install autocomplete-paths
apm install git-blame
apm install highlight-selected
apm install jade-beautify
apm install linter-eslint
apm install synced-sidebar
apm install less-than-slash
apm install tablr
# Edit CSV files using a table editor