A shell script to config environment on Ubuntu 16.04
To execute latest version of this script, you just need execute the command below:
bash <( curl -L bit.ly/envubuntu)
To install just one application like Telegram
bash <( curl -L bit.ly/envubuntu) telegram
Thinking about overhead space caused on Computers of CIn because there's a lot of scripts like this installing things in Users Spaces.
I'm concerned this is a problem, I have changed this code to install applications in the /tmp folder by default because this folder is deleted every startup.
If you want to install applications in your home folder, You just need use the parameter home after call script.
bash <( curl -L bit.ly/envubuntu) home
To install just one application like Telegram in your home folder
bash <( curl -L bit.ly/envubuntu) home telegram
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue