Skip to content

Bound3R/customUbuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

customUbuntu

Post-installation script for Ubuntu-based systems to update packages, install frequently used apps, and configure development environments.



Requirements

Ubuntu Version

⚠️ Run with root privileges. Ensure you have curl installed:

sudo apt update
sudo apt install curl -y

🚀 Installation

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.```

⚒️ Developer configuration

Create development folder:

mkdir ~/Development

🔧 Tools

🎨 GNOME extensions

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

📝 ToDo

  • 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

About

💻 📋 Bash Script to automate Ubuntu post-installation steps

Resources

License

Stars

Watchers

Forks

Languages