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.
Add this to /etc/resolve.conf
(before anything else): nameserver 8.8.8.8
- Open a terminal instance
- Run
touch setup && gedit $_
- Paste the content of the
setup.sh
file - Before running the script, make sure you adjust your credentials in
installGit
function - Run
sudo bash setup $HOME
- Run
sudo su - $USER
- Log out and log in again(CTRL + SHIFT + DEL)
Minimize window when its icon is clicked
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'