Atom

Important Packages

Installing shellcheck

# In windows power shell type this:
Set-ExecutionPolicy RemoteSigned -scope CurrentUser

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')`

scoop install shellcheck
C:\Users\<USERNAME>\scoop\apps\shellcheck\<VERSION>\shellcheck.exe

Installing pylama (corrects python scripts)

# installing the pip3 from python3.X (not pip from python 2.7)
sudo apt-get install python3-pip ## use the apt-get for now
pip3 install pylama pylama-pylint ## dont use sudo here
C:\Users\<USERNAME>\Documents\Atom_linter_shortcuts\python.bat