{"id":24746447,"url":"https://github.com/Tsu-gu/tsubuntu","last_synced_at":"2025-10-10T14:32:52.145Z","repository":{"id":204286090,"uuid":"711506113","full_name":"Tsu-gu/tsubuntu","owner":"Tsu-gu","description":"Tweaks for Ubuntu 20.04 - 24.04 and Debian 12, 13 ","archived":false,"fork":false,"pushed_at":"2025-08-11T15:49:28.000Z","size":6299,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T17:32:34.622Z","etag":null,"topics":["debian","fedora","gnome","linux","setup","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tsu-gu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-29T13:33:19.000Z","updated_at":"2025-08-11T15:49:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab65ada8-ae79-4e0a-a488-d0a60cc29d03","html_url":"https://github.com/Tsu-gu/tsubuntu","commit_stats":null,"previous_names":["tsu-gu/tsubuntu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tsu-gu/tsubuntu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tsu-gu%2Ftsubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tsu-gu%2Ftsubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tsu-gu%2Ftsubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tsu-gu%2Ftsubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tsu-gu","download_url":"https://codeload.github.com/Tsu-gu/tsubuntu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tsu-gu%2Ftsubuntu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004176,"owners_count":26083688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","fedora","gnome","linux","setup","ubuntu"],"created_at":"2025-01-28T04:07:15.435Z","updated_at":"2025-10-10T14:32:47.137Z","avatar_url":"https://github.com/Tsu-gu.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"![logo](https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/showcase/tsubuntu-logo-fedora-debian-buntu.png)\n\nThe main point of this script is to tweak Ubuntu to behave the way I like it, and then tweak other distros to behave as close to this setup as possible. I mainly focus on **Ubuntu** and **Debian**.\n\nThe way I make these scripts is not to always turn distros into a 1:1 copy of Ubuntu. For example Manjaro uses their own theme, so I'm not touching that. Most of the distros here ship with stock GNOME so I won't forcibly install Yaru and Ubuntu's font and hope for the best.\n\nWhat makes Ubuntu special for me aren't its colors, but its functionality. That's what these scripts try to replicate.\n```\n                                                    \nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/tsubuntu.sh \u0026\u0026 chmod +x tsubuntu.sh \u0026\u0026 ./tsubuntu.sh\n\n```\nReporting any bugs or issues found is greatly appreciated.\n\n# Tweaks\n\n## GNOME: \n- clicking on a running app minimizes it\n- clicking on a group of apps brings up their previews \n- adds minimize, maximize buttons to windows\n- adds right click \u003e New File\n- Super + Shift + S brings up the area screenshot\n- Super + E opens the file manager\n- Ctrl + Alt + T opens the terminal\n- Adds Desktop as a bookmark in Nautilus\n## Installed software:\n- flatpak\n- snap\n- flatpak and snap plugins for gnome-software (doesn't work on Fedora)\n- webp support for 20.04 and 22.04\n- mtp-tools and gvfs-backends on Debian (to be able to transfer files from a connected phone)\n- gnome-tweaks, gdebi, gnome-extensions-app, dconf-editor, libfuse2\n- gufw(Ubuntu and Debian)/firewall-config(Fedora and RHEL)\n- bash auto completion\n## Installed extensions:\n- tray icons\n- corner tiling\n- clipboard manager\n- dash to dock\n- desktop icons\n\n_I have tested each of these in a VM multiple times. if you encounter any bugs or unexpected behaviours, feel free to open a PR._\n* * *\n# Supported and tested distros:\n\n## ⚙Ubuntu\n**24.10 Oracular Oriole** \n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/tsubuntu2410.sh \u0026\u0026 chmod +x tsubuntu2410.sh \u0026\u0026 ./tsubuntu2410.sh\n```\n\n**24.04 Noble Numbat**\n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/tsubuntu24.sh \u0026\u0026 chmod +x tsubuntu24.sh \u0026\u0026 ./tsubuntu24.sh\n```\n\n**22.04 Jammy Jellyfish**\n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/tsubuntu22.sh \u0026\u0026 chmod +x tsubuntu22.sh \u0026\u0026 ./tsubuntu22.sh\n```\n\n**20.04 Focal Fossa**\n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/tsubuntu20.sh \u0026\u0026 chmod +x tsubuntu20.sh \u0026\u0026 ./tsubuntu20.sh\n```\n\n## ⚙Debian\n**12 Bookworm**\n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/tsubuntudebian.sh \u0026\u0026 chmod +x tsubuntudebian.sh \u0026\u0026 ./tsubuntudebian.sh\n```\n\n## ⚙Fedora\n**41** \n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/others/tsubuntufedora41.sh \u0026\u0026 chmod +x tsubuntufedora41.sh \u0026\u0026 ./tsubuntufedora41.sh\n```\n\n**40**\n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/others/tsubuntufedora40.sh \u0026\u0026 chmod +x tsubuntufedora40.sh \u0026\u0026 ./tsubuntufedora40.sh\n```\n\n## ⚙RHEL/Rocky/Alma \n\n**9**\n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/others/tsubunturhel9.sh \u0026\u0026 chmod +x tsubunturhel9.sh \u0026\u0026 ./tsubunturhel9.sh\n```\n\n## ⚙OpenSUSE \n\n**Tumbleweed \u0026 Leap**\n\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/others/tsubuntutumbleweed.sh \u0026\u0026 chmod +x tsubuntutumbleweed.sh \u0026\u0026 ./tsubuntutumbleweed.sh\n```\n\n## ⚙Arch Linux\n- tested on Endeavour OS\n  \n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/others/tsubuntuarch.sh \u0026\u0026 chmod +x tsubuntuarch.sh \u0026\u0026 ./tsubuntuarch.sh\n\n```\n## ⚙Manjaro\n```\nwget -q https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/others/tsubuntumanjaro.sh \u0026\u0026 chmod +x tsubuntumanjaro.sh \u0026\u0026 ./tsubuntumanjaro.sh\n\n```\n\n# Showcase\n![screenshot1](https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/showcase/buntu.webp)\n\n![screenshot2](https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/showcase/rocky.png)\n![screenshot2](https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/showcase/EndeavourShowcase.png)\n![screenshot2](https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/showcase/TumbleweedShowcase.png)\n![screenshot2](https://raw.githubusercontent.com/Tsu-gu/tsubuntu/main/showcase/ManjaroShowcase.png)\n\n\n\nhttps://youtu.be/xf739ivb9hg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTsu-gu%2Ftsubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTsu-gu%2Ftsubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTsu-gu%2Ftsubuntu/lists"}