Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 70fadd1

Browse files
authored
Merge pull request #2 from Dalgar/master
Merge
2 parents 33afe6f + 7eb0dd5 commit 70fadd1

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This config can be used stand-alone or, alternatively, could be used in next ver
88

99
## Prerequisites
1010

11-
You can use either the [different platform specific installers](https://github.com/atom/atom/releases/tag/v1.12.1) or the compressed binaries which can be used without "installing". Take a look at the [Linux version (_tar.gz_ file)](https://github.com/atom/atom/releases/download/v1.12.1/atom-amd64.tar.gz) or the
12-
[Windows version (_zip_ file)](https://github.com/atom/atom/releases/download/v1.12.1/atom-windows.zip).
11+
You can use either the [different platform specific installers](https://github.com/atom/atom/releases/tag/v1.12.7) or the compressed binaries which can be used without "installing". Take a look at the [Linux version (_tar.gz_ file)](https://github.com/atom/atom/releases/download/v1.12.7/atom-amd64.tar.gz) or the
12+
[Windows version (_zip_ file)](https://github.com/atom/atom/releases/download/v1.12.7/atom-windows.zip).
1313

1414

1515
See the file [_config/packages.lst_ for the list of included packages](https://raw.githubusercontent.com/ivanderk/oasp-atom-ide/master/config/packages.lst). If you want to add a package, install it in your own installation, run the script _backuppackages.(bat|sh)_ and commit / push the resulting file _config/packages.lst_.
@@ -26,7 +26,7 @@ After this you can install the required packages by running the command:
2626

2727
restorepackages.(bat|sh)
2828

29-
after which Atom will be ready to run. You can start it by running the command:
29+
After which Atom will be ready to run. You can start it by running the command:
3030

3131
runatom.(bat|sh)
3232

backuppackages.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pushd %~dp0
44

55
call env.bat
66

7-
%ATOM_BIN%\resources\app\apm\bin\apm list --installed --bare %ATOM_HOME%\packages.lst
7+
%ATOM_BIN%\resources\app\apm\bin\apm list --installed --bare > %ATOM_HOME%\packages.lst & type %ATOM_HOME%\packages.lst
88

99
popd

config/packages.lst

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
advanced-open-file@0.16.4
2-
asciidoc-preview@2.6.0
2+
asciidoc-preview@2.7.1
33
atom-beautify@0.29.13
4-
atom-typescript@10.1.12
5-
browser-plus@0.0.76
6-
git-plus@5.25.1
7-
git-time-machine@1.5.3
4+
atom-typescript@10.1.13
5+
browser-plus@0.0.87
6+
git-plus@5.29.0
7+
git-time-machine@1.5.4
88
jshint@1.8.6
9-
language-asciidoc@1.5.3
10-
language-babel@2.48.2
9+
language-asciidoc@1.6.2
10+
language-babel@2.48.5
1111
language-powershell@4.0.0
1212
linter@1.11.18
1313
linter-hlint@0.5.0
1414
linter-jshint@3.0.1
1515
markdown-pdf@1.5.0
16-
markdown-writer@2.6.1
17-
minimap@4.25.6
16+
markdown-writer@2.6.2
17+
minimap@4.25.7
1818
minimap-selection@4.4.0
1919
open-recent@5.0.0
2020
project-manager@3.3.3
2121
tabs-to-spaces@1.0.2
22+
23+

0 commit comments

Comments
 (0)