Added members package
-
apt.sh:
Added
aptlto list installed packages (apt list --installed)
-
docker.sh:
Fixed: current user is now properly added to the "docker" group
Added command to enable syntax highlight for nano
-
javascript.sh
Fixed NVM installation (now use git to download the latest available version)
- Removed apps installation (chrome)
-
apt.sh:
aptsnow search in package names only (apt-cache search --names-only)
-
python.sh:
added flag
--no-cache-dirfor pip installations
-
docker.sh:
added "docker-compose" and "docker-registry"
added "libffi-dev" and "python-dev"
-
generic.sh:
documents->cd ~/Documentsdownloads- >cd ~/Downloadsdesktop->cd ~/Desktopmusic->cd ~/Musicpictures->cd ~/Picturesvideos->cd ~/Videosmedia->cd /media/$(whoami) -
apt.sh:
apti->sudo apt-get install -yaptr->sudo apt-get removeaptp->sudo apt-get purgeaptu->sudo apt-get updateapts->apt-cache search -
docker.sh:
dops->docker ps -adoim->docker imagesdoip->docker-machine ip default
- chrome.sh: Installs Google Chrome stable
- mysql.sh: Installs MySql 5.7
- postresql.sh: Installs Postgresql 9.5 and pgAdmin 3
- uicustomization.sh: Installs "Unity Tweak Tool", "Compiz Config Settings Manager" + plugins, "Arc" theme, "MyElementary" icons
- java.sh: Installs Oracle Java 8
- javascript.sh: Install NodeJS (using NVM), npm, bower, gulp, grunt, phantomjs
- python.sh: Install and set as default (using pyenv) Python 3.5.1, virtualenv and pip
- docker.sh: Installs and configure Docker