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.
Clone the repository to your local machine: bash
git clone https://github.com/ameykunte/Ubuntu-Setup-Script.git
cd Ubuntu-Setup-Script
chmod +x initialiser.sh
./initialiser.sh
Follow the prompts to select the applications you want to install.
The following applications are included in the script:
- Discord
- Notion
- Spotify
- WhatsApp for Linux
- Microsoft Teams
- VLC
- Prospect Mail (Outlook alternative)
- Visual Studio Code
The script also installs the following basic tools:
- Git
- Curl
- Wget
- Python3-pip
- Nodejs
- Npm
The script also updates the system and cleans up unnecessary packages using the update_system and clean_up functions, respectively.
If you would like to contribute to this project, feel free to open a pull request or submit an issue. Any contributions are welcome!