/my-ubuntu-setup

A simple and quick setup script for your fresh install of ubuntu. For devs.

Primary LanguageShellCreative Commons Zero v1.0 UniversalCC0-1.0

my-ubuntu-setup

Setup an ubuntu machine for dev work and daily use quickly using setup.sh.

Ubuntu Desktop

Installed packages

  • git
  • curl
  • wget
  • gimp
  • gparted
  • gnome-tweaks
  • gnome-shell-extensions
  • neofetch
  • nettools
  • default-jre
  • docker
  • VS Code
  • Slack
  • Mysql Workbench
  • heroku
  • nodejs
  • google-chrome
  • and many more

How to use

  1. Download the setup.sh file.

  2. Open the terminal in the directory of the downloaded file and run the following command:

    chmod +x setup.sh

    This command will make the file executable

    ./setup.sh USERNAME EMAIL

    This command will run the script and install all the packages. Replace USERNAME and EMAIL with your GitHub username and email respectively.