{"id":40020628,"url":"https://github.com/patkub/ubuntu-setup","last_synced_at":"2026-05-28T01:10:53.707Z","repository":{"id":286019929,"uuid":"960092347","full_name":"patkub/ubuntu-setup","owner":"patkub","description":"Bash scripts to setup my Ubuntu development environment from a fresh install. Tested on Ubuntu 26.04 LTS (Resolute Raccoon).","archived":false,"fork":false,"pushed_at":"2026-05-27T16:04:22.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T17:24:45.514Z","etag":null,"topics":["kubuntu","linux","ubuntu"],"latest_commit_sha":null,"homepage":"https://patkub.github.io/ubuntu-setup/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patkub.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-03T21:04:23.000Z","updated_at":"2026-05-27T16:04:14.000Z","dependencies_parsed_at":"2025-04-03T22:28:55.409Z","dependency_job_id":"8089f454-ace8-4aa4-9746-7d735b30005a","html_url":"https://github.com/patkub/ubuntu-setup","commit_stats":null,"previous_names":["patkub/ubuntu-setup"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/patkub/ubuntu-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patkub%2Fubuntu-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patkub%2Fubuntu-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patkub%2Fubuntu-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patkub%2Fubuntu-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patkub","download_url":"https://codeload.github.com/patkub/ubuntu-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patkub%2Fubuntu-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33589805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["kubuntu","linux","ubuntu"],"created_at":"2026-01-19T03:30:43.433Z","updated_at":"2026-05-28T01:10:53.702Z","avatar_url":"https://github.com/patkub.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubuntu-setup\n\n## Description\n\nThese scripts setup my linux development environment.\n\n### List of Apps\n\nInstalls the following applications and configurations.\n\n- Cloudflare\n  - [Cloudflare Zero Trust](https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/downloads/)\n  - [Cloudflare Warp](https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/warp/)\n- CLI apps\n  - [fastfetch](https://github.com/fastfetch-cli/fastfetch) - neofetch like system information tool\n  - [git](https://git-scm.com/) - version control system\n  - [htop](https://htop.dev/) - interactive process viewer\n  - [mediainfo](https://mediaarea.net/en/MediaInfo) - Command-line utility for reading information from audio/video files\n  - [podman](https://podman.io/) - container tools\n  - [smartmontools](https://www.smartmontools.org/) - monitor storage systems using Self-Monitoring, Analysis and Reporting Technology System (SMART)\n  - [Speedtest](https://www.speedtest.net/apps/cli) - internet speedtest for the command line\n- GUI apps\n  - [Google Chrome](https://www.google.com/chrome/) - web browser\n  - [Kdenlive](https://kdenlive.org/en/) - free and open source video editor\n  - [OBS Studio](https://obsproject.com/) - free and open source software for video recording and live streaming\n  - [GIMP](https://www.gimp.org/) - GNU Image Manipulation Program\n  - [psensor](https://github.com/chinf/psensor) - a graphical sensor monitoring and logging utility\n  - [solaar](https://github.com/pwr-Solaar/Solaar) - Logitech device manager\n- IDEs\n  - [JetBrains](https://www.jetbrains.com/)\n  - [Visual Studio Code](https://code.visualstudio.com/)\n- SDKs\n  - [Go](https://go.dev/)\n  - Java: [SDKMan](https://sdkman.io/)\n  - Node.JS:\n    - [pnpm](https://pnpm.io/) - Node version and package manager\n    - [Nx](https://nx.dev/) - Build platform\n  - Python: [pyenv](https://github.com/pyenv/pyenv), [pipx](https://pipx.pypa.io/stable/)\n  - Ruby: [rbenv](https://rbenv.org/)\n  - Rust: [rustup](https://rust-lang.org/tools/install/)\n\n## Environment\n\nTested on the following distributions\n  - Ubuntu 26.04 LTS (Resolute Raccoon)\n  - Kubuntu 26.04 LTS (Resolute Raccoon)\n\nPick the script corresponding to your distribution.\n\n## Automated Install\n\nRequires curl\n```\nsudo apt install -y curl\n```\n\n### Ubuntu\n\nRun the script and select 1 to install.\n```bash\nbash \u003c(curl -fsSL https://raw.githubusercontent.com/patkub/ubuntu-setup/refs/heads/resolute/ubuntu_install.sh)\n```\n\n### Kubuntu\n\nRun the script and select 1 to install.\n```bash\nbash \u003c(curl -fsSL https://raw.githubusercontent.com/patkub/ubuntu-setup/refs/heads/resolute/kubuntu_install.sh)\n```\n\n## Manual Install\n\nClone the repo and run the script for your distribution.\n\n### Ubuntu\n\nMake the script executable.\n```bash\nchmod +x ./ubuntu_install.sh\n```\n\nRun the script and select 1 to install.\n```bash\n./ubuntu_install.sh\n```\n\n### Kubuntu\n\nMake the script executable\n```bash\nchmod +x ./kubuntu_install.sh\n```\n\nRun the script and select 1 to install.\n```bash\n./kubuntu_install.sh\n```\n\n## Linting\n\nBash scripts are linted with [ShellCheck](https://github.com/koalaman/shellcheck).\n\n```bash\nsudo apt install shellcheck\nnpm install\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatkub%2Fubuntu-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatkub%2Fubuntu-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatkub%2Fubuntu-setup/lists"}