Skip to content

A script that installs all the tools I need on a fresh Ubuntu distro.

Notifications You must be signed in to change notification settings

Andrei0872/automate-setup-on-fresh-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Automate setup on fresh ubuntu

A script that installs all the tools I need on a fresh Ubuntu distro. Getting to start working on awesome things as soon as possible 😎

Note: this has been tested for Ubuntu 20.04.

Prerequisite

Add this to /etc/resolve.conf(before anything else): nameserver 8.8.8.8


How to use it

  1. Open a terminal instance
  2. Run
touch setup && gedit $_
  1. Paste the content of the setup.sh file
  2. Before running the script, make sure you adjust your credentials in installGit function
  3. Run
sudo bash setup $HOME
  1. Run
sudo su - $USER
  1. Log out and log in again(CTRL + SHIFT + DEL)

Other Tweaks

Minimize window when its icon is clicked

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

About

A script that installs all the tools I need on a fresh Ubuntu distro.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages