{"id":42194544,"url":"https://github.com/baileywickham/personal_packages","last_synced_at":"2026-01-27T00:01:30.735Z","repository":{"id":53341144,"uuid":"117712090","full_name":"baileywickham/personal_packages","owner":"baileywickham","description":"A dotfiles repo with scripts and docker testing","archived":false,"fork":false,"pushed_at":"2025-12-02T23:13:47.000Z","size":9481,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-05T23:39:10.533Z","etag":null,"topics":["docker","dotfiles","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baileywickham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-01-16T16:48:23.000Z","updated_at":"2025-12-02T23:13:50.000Z","dependencies_parsed_at":"2024-09-09T20:36:16.223Z","dependency_job_id":"76dca897-1a08-4be0-a790-467fa8c069be","html_url":"https://github.com/baileywickham/personal_packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baileywickham/personal_packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baileywickham%2Fpersonal_packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baileywickham%2Fpersonal_packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baileywickham%2Fpersonal_packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baileywickham%2Fpersonal_packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baileywickham","download_url":"https://codeload.github.com/baileywickham/personal_packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baileywickham%2Fpersonal_packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28792638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"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":["docker","dotfiles","shell"],"created_at":"2026-01-27T00:01:17.391Z","updated_at":"2026-01-27T00:01:30.718Z","avatar_url":"https://github.com/baileywickham.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Packages\n![build](https://github.com/baileywickham/personal_packages/workflows/CI/badge.svg)\n\nMy dotfiles and install scripts\n\n![img](https://raw.githubusercontent.com/baileywickham/personal_packages/master/files/screencap.png)\n\n## Layout\n- `bin/` scripts for my machine\n- `config/` my dotfiles\n- `files/` config files, keyboard layout, etc...\n- `modules/` specific install scripts\n- `scripts/` useful scripts for this repo\n\n### Modules\nTo add an install script, add a `.sh` file to `modules/`. The `personal_packages.sh` script automaticly call the function matching the name of the file for all files in the `modules` directory. Ex: `install_zsh` in `modules/install_zsh.sh` will be automaticly called.\n\n## Use\nRun `./personal_packages.sh -h` to see the options available.\n\nCommonly used bash utils are stored in the utils.sh file, they can be included in any repo with the following script.\n```bash\nif [ -f utils.sh ]; then\n    source utils.sh\nelse\n    curl -s https://raw.githubusercontent.com/baileywickham/personal_packages/master/utils.sh \u003e utils.sh\n    source utils.sh\nfi\n```\n\n\n### Running\nThere should be as few dependencies as possible to the actual script, bash and git are all you need\n```bash\nsudo apt install git\ngit clone https://github.com/baileywickham/personal_packages.git ~/workspace/personal_packages \u0026\u0026 \\\ncd ~/workspace/personal_packages \u0026\u0026 ./personal_packages.sh -a\n```\nTo install the packages and move the dotfiles.\n\n### Features\nThis installs my custom keyboard, bashrc, vimrc, tmux.conf, 2fa files and all packages I want.\n\n## Docker\nUse:\n```bash\n./dock.sh\n```\nThis repo includes a dockerfile and a script, ```dock.sh``` which runs the dockerfile. I am using docker as a test enviroment for making changes to the os, without breaking my configs.\n\n## One liners\n`curl https://raw.githubusercontent.com/baileywickham/personal_packages/master/files/keyboard \u003e /etc/default/keyboard`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaileywickham%2Fpersonal_packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaileywickham%2Fpersonal_packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaileywickham%2Fpersonal_packages/lists"}