{"id":13344206,"url":"https://github.com/schnatterer/dotfiles","last_synced_at":"2026-04-07T16:31:28.531Z","repository":{"id":146781728,"uuid":"380462872","full_name":"schnatterer/dotfiles","owner":"schnatterer","description":"@schnatterer's plain dotfiles. To be used with dotfiles-loader.","archived":false,"fork":false,"pushed_at":"2025-09-16T08:26:15.000Z","size":129,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T22:30:03.422Z","etag":null,"topics":["devboxes","docker","dotfiles","dotfiles-loader","oh-my-zsh","shell","zsh"],"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/schnatterer.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":"2021-06-26T09:25:03.000Z","updated_at":"2025-11-14T15:19:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"dce33053-b957-40c3-a831-f86068153e0d","html_url":"https://github.com/schnatterer/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schnatterer/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnatterer%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnatterer%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnatterer%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnatterer%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schnatterer","download_url":"https://codeload.github.com/schnatterer/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnatterer%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["devboxes","docker","dotfiles","dotfiles-loader","oh-my-zsh","shell","zsh"],"created_at":"2024-07-29T19:32:53.159Z","updated_at":"2026-04-07T16:31:28.505Z","avatar_url":"https://github.com/schnatterer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Your dotfiles are how you personalize your system. These are mine.\n\nThey follow the general concepts of [holman/dotfiles](https://github.com/holman/dotfiles), but are not forked.  \nInstead they are supposed to be used with [dotfiles-loader](https://github.com/schnatterer/dotfiles-loader).\n\n## Features\n\n* zsh (configured with [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh))  \n  plus a couple of very valuable extra plugins and themes.\n* tmux (inspired from [.tmux](https://github.com/gpakosz/.tmux))\n* vim (configured with [vimrc](https://github.com/amix/vimrc))\n* terraform via [tfenv](https://github.com/tfutils/tfenv)\n* [sdkman](https://sdkman.io/) for java, groovy, maven, gradle, etc.\n* node.js via [nvm](https://github.com/nvm-sh/nvm)\n* bin, pipx and topgrade for installing and upgrading everything.\n  Hints:\n    * Run `topgrade` to upgrade everything regularly.\n    * Use `pipx` to install python-base apps. Other than `pip`, apps installed using `pipx` are also upgraded using topgrade.\n* kubectl and docker aliases galore \n\n## Install \n\nInstall them like so:\n\n```shell\ngit clone https://github.com/schnatterer/dotfiles-loader .dotfiles-loader\n\ndotfiles_repo=https://github.com/schnatterer/dotfiles ~/.dotfiles-loader/script/bootstrap\n```\n\n## Try\n\nOr try the environment they provide in a container\n\n```shell\ndocker run --rm -it ghcr.io/schnatterer/dotfiles\n```\n\nOr if you want to observe the install process:\n\n```shell\ndocker run --rm -it \\\n  -e dotfiles_repo=https://github.com/schnatterer/dotfiles \\\n  -v $(pwd)/git/gitconfig:/home/dev/.dotfiles-loader/git/gitconfig.local \\\n  ghcr.io/schnatterer/dotfiles-loader \\\n  -c 'echo O | .dotfiles-loader/script/bootstrap \u0026\u0026 zsh'\n```\n\n## Development\n\n```shell\ndocker run --rm -it -v $(pwd):/home/dev/.dotfiles ghcr.io/schnatterer/dotfiles-loader\n\n# Run non-interactively, speed up the start:\ndocker run --rm -it -v $(pwd):/home/dev/.dotfiles \\\n  -v $(pwd)/git/gitconfig:/home/dev/.dotfiles-loader/git/gitconfig.local \\\n  ghcr.io/schnatterer/dotfiles-loader -c 'echo O | .dotfiles-loader/script/bootstrap \u0026\u0026 zsh'\n\n# Print some debug statements to better understand order of loading\ndocker run --rm -it -v $(pwd):/home/dev/.dotfiles -e DEBUG ghcr.io/schnatterer/dotfiles-loader\n# Print every command (`set -x`)\ndocker run --rm -it -v $(pwd):/home/dev/.dotfiles -e TRACE ghcr.io/schnatterer/dotfiles-loader\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschnatterer%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschnatterer%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschnatterer%2Fdotfiles/lists"}