Lekipising / my-ubuntu-setup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-ubuntu-setup

Setup ubuntu system 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

How to use

  1. Download the setup.sh file.

  2. Open the terminal and run the following command:

    chmod +x setup.sh

    This commands 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.

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 100.0%