{"id":17679375,"url":"https://github.com/tmck-code/bootstraps","last_synced_at":"2026-03-11T19:31:49.242Z","repository":{"id":88833136,"uuid":"77177501","full_name":"tmck-code/bootstraps","owner":"tmck-code","description":"A home for all my linux bootstrapping scripts, somewhat mirrors the contents of my Docker repo.","archived":false,"fork":false,"pushed_at":"2025-05-19T01:02:13.000Z","size":4685,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T10:42:33.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tmck-code.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":"2016-12-22T21:37:42.000Z","updated_at":"2025-05-19T01:02:16.000Z","dependencies_parsed_at":"2023-06-12T20:15:16.176Z","dependency_job_id":"a48f2dfa-5380-4fa6-98b0-d20c3afaeeef","html_url":"https://github.com/tmck-code/bootstraps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tmck-code/bootstraps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fbootstraps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fbootstraps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fbootstraps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fbootstraps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmck-code","download_url":"https://codeload.github.com/tmck-code/bootstraps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fbootstraps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30395597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: 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":[],"created_at":"2024-10-24T08:22:14.247Z","updated_at":"2026-03-11T19:31:49.223Z","avatar_url":"https://github.com/tmck-code.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bootstraps\n\nA home for all my linux bootstrapping scripts, somewhat mirrors the contents of my Docker repo.\n\n## Use thusly\n\n* is _slightly_more annoying/more effort to set up, but is worth it in the future\n\n### One-liner\n\n```bash\nbash -c \"$(curl https://raw.githubusercontent.com/tmck-code/bootstraps/master/bootstrap.sh)\"\n```\n\n### Pull repo via ssh\n\n```bash\nssh-keygen -t ed25519\ncat ~/.ssh/id_ed25519.pub\n\nsudo apt update \u0026\u0026 \\\n  sudo apt install -y git \u0026\u0026 \\\n  git clone git@github.com:tmck-code/bootstraps.git \u0026\u0026 \\\n  cd bootstraps\n```\n\n### Pull repo via https\n\n```bash\nsudo apt update \u0026\u0026 \\\n  sudo apt install -y git \u0026\u0026 \\\n  git clone https://github.com/tmck-code/bootstraps.git \u0026\u0026 \\\n  cd bootstraps\n```\n \n ## Example boostraps\n \n ### Ubuntu\n \n```bash\nsudo apt update \u0026\u0026 \\\n  sudo apt install -y git \u0026\u0026 \\\n  git clone git@github.com:tmck-code/bootstraps.git \u0026\u0026 \\\n  cd bootstraps \u0026\u0026 \\\n  ./installers/ubuntu.sh \u0026\u0026\n  ./installers/linux \u0026\u0026 \\\n  ./installers/tools \u0026\u0026 \\\n  ./installers/dotfile\n```\n\n### Manjaro\n\n```bash\nsudo pacman -Sy --noconfirm \u0026\u0026 \\\n  sudo pacman -S --noconfirm git \u0026\u0026 \\\n  git clone git@github.com:tmck-code/bootstraps.git \u0026\u0026 \\\n  cd bootstraps\n```\n\n## Windows preparation\n\n1. Install distro of choice through the Windows Store (Ubuntu, Debian etc.)\n\nFirst, launch Powershell in Administrator mode\n\n```\nEnable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux\n```\n\n## Snippets\n\n### Windows\n\n#### Hyper terminal\n\n```\n# In admin powershell:\nSet-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))\nchoco install yarn\nyarn global add windows-build-tools\nchoco install hyper\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmck-code%2Fbootstraps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmck-code%2Fbootstraps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmck-code%2Fbootstraps/lists"}