Install my firsts packages and make initial configs in a Ubuntu formatted. Its recommended Ubuntu 18.04 Minimal Installation.
The instal 6F00 lation is divided in 6 parts
Make the initial config with sudo apt upgrade && sudo apt dist-upgrade
Add all repositories necessaries to install packages
Make the sudo apt update
to update repositories added
Install all packages. Basically the packages are:
- Spotify
- Atom
- Some dark themes
- Some tools like: git, vim, meld, curl, wget and others stuffs
- Telegram desktop
- Dropbox
- LibreOffice
- Transmission
- Google Chrome
Clean packages with sudo apt -f -y install
to fix broken packages and sudo apt-get autoremove && sudo apt-get clean
to clean.
call the development_install.sh
to install dev enviroment, that are:
- Postman
- nodeJs
- npm
- call the
java_install.sh
to install Oracle JDK 8 - Android Studio
git clone git@github.com:frankjuniorr/ubuntu_install.git
cd ubuntu_install/code
./ubuntu_install.sh