casfeq / Ubuntu

First steps for Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu

My first steps after a clean Ubuntu installation. Tested in Ubuntu 18.04, 19.10 and 20.04.

Usage

Edit the environment variables (lines 1-6) in firststeps.sh and run it.

export password="123456" # User password
export home="/home/username" # Home directory
export paraviewVersion="5.8" # Find the last Paraview version on https://www.paraview.org/download/ 
export paraviewVersionName="5.8.0-MPI-Linux-Python3.7-64bit" # Find the last Paraview version on https://www.paraview.org/download/ 
export useremail="user@mail" # Git Hub user email
export username="username" # Git Hub user name

This script will call the subroutines described below.

Essential Packages (/sh/essential.sh)

This routine install essential packages (at least for me). These are:

Sublime Text Configuration (/sh/sublime3.sh)

This routine copies my configuration files to the newly installed Sublime Text folder. After that, the user must install the package manager (Package Control) on Sublime Text, which will automatically install and configure the packages "Cmake" and "LaTeXTools".

Libraries (/sh/libs.sh)

This routine install the following packages (and dependencies):

Python Libraries

Also, the following Python libraries are installed:

Utilities (/sh/utilities.sh)

This routine removes Mozilla Firefox (which is standard in Ubuntu fresh installations) and install the following softwares:

Further Software

The routines in the /py folder install the following programs:

About

First steps for Ubuntu


Languages

Language:Shell 55.3%Language:Python 44.7%