Skip to content

Instantly share code, notes, and snippets.

@mrroot5
Last active June 5, 2019 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrroot5/7a5bc92d06ed83e622c2efa9a0778cce to your computer and use it in GitHub Desktop.
Save mrroot5/7a5bc92d06ed83e622c2efa9a0778cce to your computer and use it in GitHub Desktop.
Instalar entorno de desarrollo

SH

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
nvm install --lts
pip3 install docker-compose
pip3 install pylint

SNAP

Snap store

sudo snap install code-insiders --classic
sudo snap install pycharm-professional --classic
sudo snap install p7zip-desktop

APT

Comando instalación paquetes apt desde fichero:

sudo apt-get -y install $(cat requirements.apt)

requirements.apt

python3-pip git build-essential mysql-client peek xclip zsh byobu

TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment