Skip to content

This is a Bash script that automates the setup of a new Ubuntu installation. With this script, you can easily install a variety of snap packages for popular applications like Discord, Notion, and Spotify, as well as basic tools like Git and Node.js.

Notifications You must be signed in to change notification settings

ameykunte/Ubuntu-Setup-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Ubuntu Setup Script

This Bash script automates the setup of a new Ubuntu installation. It includes a function to install snap packages for applications such as Discord, Notion, and Spotify, as well as basic tools like pip and npm. The script also updates the system and cleans up unnecessary packages.

Usage

Clone the repository to your local machine: bash

Copy code

git clone https://github.com/ameykunte/Ubuntu-Setup-Script.git

Open a terminal and navigate to the cloned directory:

cd Ubuntu-Setup-Script

Make the script executable:

chmod +x initialiser.sh

Run the script:

./initialiser.sh Follow the prompts to select the applications you want to install.

Applications Installed

The following applications are included in the script:

  • Discord
  • Notion
  • Spotify
  • WhatsApp for Linux
  • Microsoft Teams
  • VLC
  • Prospect Mail (Outlook alternative)
  • Visual Studio Code
**You can modify the list of applications to meet your specific needs by editing the install_snap_packages function in the initialiser.sh file.**

Basic Tools Installed

The script also installs the following basic tools:

  • Git
  • Curl
  • Wget
  • Python3-pip
  • Nodejs
  • Npm
**You can modify the list of basic tools to meet your specific needs by editing the install_basic_tools function in the initialiser.sh file.**

Updating the System and Cleaning Up

The script also updates the system and cleans up unnecessary packages using the update_system and clean_up functions, respectively.

Contributing

If you would like to contribute to this project, feel free to open a pull request or submit an issue. Any contributions are welcome!

About

This is a Bash script that automates the setup of a new Ubuntu installation. With this script, you can easily install a variety of snap packages for popular applications like Discord, Notion, and Spotify, as well as basic tools like Git and Node.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages