{"id":17682856,"url":"https://github.com/conjikidow/ubuntu-environment","last_synced_at":"2026-01-23T13:46:45.473Z","repository":{"id":167782442,"uuid":"641393966","full_name":"conjikidow/ubuntu-environment","owner":"conjikidow","description":"Ubuntu environment setup support","archived":false,"fork":false,"pushed_at":"2024-11-11T13:07:07.000Z","size":79,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T23:51:33.315Z","etag":null,"topics":["environment","ubuntu"],"latest_commit_sha":null,"homepage":"","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/conjikidow.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}},"created_at":"2023-05-16T11:31:38.000Z","updated_at":"2024-11-11T13:07:11.000Z","dependencies_parsed_at":"2024-01-24T23:47:47.200Z","dependency_job_id":"560ca98f-125f-4661-9c55-08e0878b4a08","html_url":"https://github.com/conjikidow/ubuntu-environment","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":"0.29729729729729726","last_synced_commit":"5742dae7abe6a89d348759a5bb40e3619ae07f56"},"previous_names":["conjikidow/ubuntu-environment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/conjikidow/ubuntu-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjikidow%2Fubuntu-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjikidow%2Fubuntu-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjikidow%2Fubuntu-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjikidow%2Fubuntu-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conjikidow","download_url":"https://codeload.github.com/conjikidow/ubuntu-environment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conjikidow%2Fubuntu-environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28693331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["environment","ubuntu"],"created_at":"2024-10-24T09:43:41.921Z","updated_at":"2026-01-23T13:46:45.385Z","avatar_url":"https://github.com/conjikidow.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubuntu-environment\n\nThis repository contains scripts and configuration files for setting up an Ubuntu environment.\n\nThe latest supported version is Ubuntu 22.04 LTS.\n\n## Before Running This Script\n\n### Install Zsh and Git\n\nSet Zsh as the default shell and install Git.\n\n```bash\nsudo apt update\nsudo apt install -y zsh git\nchsh -s $(which zsh)\n```\n\nTo activate Zsh, you need to log out and log back in to the shell.\n\n### Generate and register SSH keys to communicate with GitHub\n\nGenerate public/private ed25519 key pairs.\n\n```zsh\nmkdir ${HOME}/.ssh \u0026\u0026 cd ${HOME}/.ssh\nssh-keygen -t ed25519 -C \"email@example.com\" -f github_ed25519\n```\n\nCopy the generated public key to the clipboard and register it on [GitHub](https://github.com/settings/keys).\n\n```zsh\nsudo apt install -y xclip\nxclip -sel clip \u003c ${HOME}/.ssh/github_ed25519.pub\n```\n\n### Download Slack Installer\n\nDownload the Slack app installer from its [official site](https://slack.com/downloads/linux) to the Downloads directory if you want the app.\nNote that you need to download the .deb version.\n\n## Just Run\n\nClone this repository and run `setup.sh` using your current Zsh.\n\n```zsh\ngit clone --recursive git@github.com:conjikidow/ubuntu-environment.git ${HOME}/.environment\ncd ${HOME}/.environment\nsource ./setup.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjikidow%2Fubuntu-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconjikidow%2Fubuntu-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconjikidow%2Fubuntu-environment/lists"}