{"id":16248088,"url":"https://github.com/vincentbernat/zshrc","last_synced_at":"2026-05-01T03:02:49.573Z","repository":{"id":38711239,"uuid":"2020394","full_name":"vincentbernat/zshrc","owner":"vincentbernat","description":"My .zshrc","archived":false,"fork":false,"pushed_at":"2026-04-30T09:56:36.000Z","size":1108,"stargazers_count":106,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-04-30T11:25:50.230Z","etag":null,"topics":["shell","zshrc"],"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/vincentbernat.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":"2011-07-08T22:37:13.000Z","updated_at":"2026-04-30T09:56:00.000Z","dependencies_parsed_at":"2026-04-02T03:04:01.668Z","dependency_job_id":null,"html_url":"https://github.com/vincentbernat/zshrc","commit_stats":{"total_commits":1817,"total_committers":3,"mean_commits":605.6666666666666,"dds":"0.028618602091359358","last_synced_commit":"cfe1df93d0a1ff982c4ef8ba1be12ce0570e6599"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vincentbernat/zshrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentbernat%2Fzshrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentbernat%2Fzshrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentbernat%2Fzshrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentbernat%2Fzshrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincentbernat","download_url":"https://codeload.github.com/vincentbernat/zshrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentbernat%2Fzshrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["shell","zshrc"],"created_at":"2024-10-10T14:40:02.399Z","updated_at":"2026-05-01T03:02:49.530Z","avatar_url":"https://github.com/vincentbernat.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"My `.zshrc`\n===========\n\nMy `.zshrc` may not suit your needs. Feel free to read and\nunderstand. Steal anything. My opinion is that you can't have an\nuniversal `.zshrc`. If you don't agree, take a look at\n[Prezto](https://github.com/sorin-ionescu/prezto).\n\nYou can copy your installation to a remote host with `install-zsh`\nfunction.\n\n`~/.zsh/run` contains runtime files, like history. `~/.zsh/local`\ncontains local files that should not be copied to a remote host.\n\nI am targetting compatibility with Zsh 5.0.2 (the one in CentOS 7,\n5.0.7 is in Jessie). Notably, I cannot use `local array=(el1 el2)`, as\nthis is only allowed since Zsh 5.1.\n\nInstallation\n------------\n\nIf you are one of those young people not concerned about arbitrary code\nexecution, you can do:\n\n    curl -sL https://github.com/vincentbernat/zshrc/releases/download/latest/zsh-install.sh | sh\n\nThere is also a Home Manager module:\n\n```nix\n{\n  description = \"NixOS configuration\";\n\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs/nixos-unstable\";\n    home-manager.url = \"github:nix-community/home-manager\";\n    home-manager.inputs.nixpkgs.follows = \"nixpkgs\";\n  };\n\n  outputs = inputs@{ nixpkgs, home-manager, ... }: {\n    nixosConfigurations = {\n      hostname = nixpkgs.lib.nixosSystem {\n        system = \"x86_64-linux\";\n        modules = [\n          ./configuration.nix\n          home-manager.nixosModules.home-manager\n          {\n            users.users.joe.shell = pkgs.zsh;\n            programs.zsh.enable = true;\n            home-manager.users.joe = { ... }: {\n              imports = [ zshrc.homeManagerModules.default ];\n              home.stateVersion = \"24.05\";\n            };\n          }\n        ];\n      };\n    };\n  };\n}\n```\n\nLicense\n-------\n\nAll the code is licensed as\n[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentbernat%2Fzshrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincentbernat%2Fzshrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentbernat%2Fzshrc/lists"}