8000 GitHub - familqasimov/ubuntu_install: Install my first stuffs (packages, updates and development environment) in a Ubuntu formatted :floppy_disk:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

familqasimov/ubuntu_install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu_install

ubuntu install

environment

Description

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

1. Upgrade Inicial

Make the initial config with sudo apt upgrade && sudo apt dist-upgrade

2. Add repositories

Add all repositories necessaries to install packages

3. Update packages

Make the sudo apt update to update repositories added

4. Install packages

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

5. Clean dependencies

Clean packages with sudo apt -f -y install to fix broken packages and sudo apt-get autoremove && sudo apt-get clean to clean.

6. Install development environment

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

Use

git clone git@github.com:frankjuniorr/ubuntu_install.git
cd ubuntu_install/code
./ubuntu_install.sh

About

Install my first stuffs (packages, updates and development environment) in a Ubuntu formatted 💾

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0