https://github.com/wuletawwonte/ethubu
A custom script that installs terminal and desktop applications I regularly use and applies my preferred system settings on a fresh Ubuntu installation.
https://github.com/wuletawwonte/ethubu
bash ubuntu
Last synced: about 2 months ago
JSON representation
A custom script that installs terminal and desktop applications I regularly use and applies my preferred system settings on a fresh Ubuntu installation.
- Host: GitHub
- URL: https://github.com/wuletawwonte/ethubu
- Owner: wuletawwonte
- License: mit
- Created: 2024-06-12T13:47:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T08:05:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T01:43:32.081Z (about 1 year ago)
- Topics: bash, ubuntu
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethubu
> This is a custom shell script designed to automate the setup process following a fresh Ubuntu Desktop installation. It installs the software I regularly use mostly for development and applies my preferred system settings.
## Features
- Third Party Repositories: Adds PPAs and installs both terminal and desktop applications that are not included in the official Ubuntu respository.
- Desktop Environment Tweaks: Personalizes the desktop environment with my preffered settings.
## How to Use
1. Clone the Repository:
```bash
git clone https://github.com/wuletawwonte/my-ubuntu-setup
cd my-ubuntu-setup
```
2. Make the `setup.sh` file Executable:
```bash
chmod +x setup.sh
```
3. Run the script:
```bash
./setup.sh
```
4. Follow the Prompts: The script may prompt you for input during the setup process to ensure everything is configured according to your preferences.
## Customization
Feel free to modify the script to suit your specific needs
## Contributions
Contributions are welcome! If you have suggestions or improvements, please open an issue or submit a pull request.
## License
This project is licensed under the MIT Licence. See the [LICENCE](./LICENCE.md) file for details