21 lines
472 B
Bash
21 lines
472 B
Bash
|
curl -o atom.rpm https://github.com/atom/atom/releases/download/v1.53.0/atom.x86_64.rpm
|
||
|
dnf install atom.rpm
|
||
|
|
||
|
python3.7 -m pip install \
|
||
|
python-language-server[all]==0.21.5 \
|
||
|
parso==0.5.2 \
|
||
|
jedi==0.15.2
|
||
|
|
||
|
apm install \
|
||
|
atom-ide-ui@0.13.0 \
|
||
|
atom-jinja2@0.6.0 \
|
||
|
atom-typescript@14.1.2 \
|
||
|
autocomplete-python@1.16.0 \
|
||
|
ide-python@1.6.2 \
|
||
|
ide-typescript@0.9.1 \
|
||
|
language-docker \
|
||
|
language-ini \
|
||
|
language-restructuredtext \
|
||
|
language-rpm-spec \
|
||
|
minimap
|