Post-installation script for Ubuntu-based systems to update packages, install frequently used apps, and configure development environments.
root
privileges. Ensure you have curl
installed:
sudo apt update
sudo apt install curl -y
Important: It is highly recommended to read through the setup.sh
script to understand what will be installed and configured on your system.
Download and install (remember to run as root
):
curl -f https://raw.githubusercontent.com/Bound3R/customUbuntu/main/setup.sh -o setup.sh && sudo bash setup.```
Create development folder:
mkdir ~/Development
-
Development:
-
Design & Others
- inkscape
- gimp
- steam
- discord
- stremio
- plex
- vlc
GNOME Shell Extensions are a great way to customize the GNOME desktop experience, allowing you to tweak components like window management, launch animations, and more.
You can install GNOME Shell Extensions directly through the browser via GNOME Extensions website
Name | Link |
---|---|
Bluetooth Quick Connect | https://extensions.gnome.org/extension/1401/bluetooth-quick-connect |
Night Theme Switcher | https://extensions.gnome.org/extension/2236/night-theme-switcher |
- Add GNOME extensions support
- Prioritize Flatpak/Snap for app installation
- Add scrcpy installation
- Add a command to enable/disable microphone input
- Docker and Docker Desktop setup