Skip to content

💾 Ubuntu post-installation script (updates and packages installations)

License

Notifications You must be signed in to change notification settings

amandafilizola/Ubuntu-Install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu_install
Logo designed by Famil Qasimov

Description

Install the first packages and make my initial configs in a Ubuntu post-installation. Its recommended Ubuntu 18.04 or 19.04 with "Minimal Installation" option selected.

ubuntu_install

PS: In case of Ubuntu 19.04, is necessary change the update server in "Software Updater" to "Main Server", before run script.

The project is divided in 2 parts

  1. Base

This installation contains a principal packages installations and is triggered by trigger.sh

  1. Optional

This installation contains others kind of packages not so importants to initial setup (e.g. Telegram and Postman)

Base Installation (steps)

1. Initial Upgrade

The script make the initial updates.

2. Install packages

Install many packages. Basically the packages are:

Type Package
Player Spotify
IDE VS Code
Browser Google-Chrome
Terminal Terminator
  • Some others tools like:
    • dropbox
    • docker
    • git, git-extras, meld
    • vim , nano
    • curl, wget
    • zip, bzip2, unzip... and other extract packages
    • gnome_tweak-tool
    • neofetch
    • imagemagick
    • and others stuffs

3. Download my dotfiles

Download and install my Dotfiles repository.

5. Change GDM profile picture

ubuntu_install

Use

This is necessary because the script have a interactive mode on ansible moment.

wget -O installer.sh https://bit.ly/3bxVnqo
chmod +x installer.sh
./installer.sh

This shorten link https://bit.ly/3bxVnqo is pointed to https://raw.githubusercontent.com/amandafilizola/Ubuntu-Install/master/code/trigger.sh


License:

Creative Commons License

Creative Commons 4.0 © Attribution-NonCommercial-ShareAlike 4.0 International

About

💾 Ubuntu post-installation script (updates and packages installations)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 94.5%
  • HTML 5.5%