{"id":16593553,"url":"https://github.com/mattmc3/zshrc1","last_synced_at":"2025-04-15T02:29:12.962Z","repository":{"id":251979901,"uuid":"340082804","full_name":"mattmc3/zshrc1","owner":"mattmc3","description":"First things first - start your .zshrc off right","archived":false,"fork":false,"pushed_at":"2024-08-14T12:02:43.000Z","size":2182,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:12:02.055Z","etag":null,"topics":["shell","zsh","zsh-plugin"],"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/mattmc3.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":"2021-02-18T14:53:37.000Z","updated_at":"2024-10-01T04:07:31.000Z","dependencies_parsed_at":"2024-11-16T09:39:48.531Z","dependency_job_id":null,"html_url":"https://github.com/mattmc3/zshrc1","commit_stats":null,"previous_names":["mattmc3/zshrc1"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmc3%2Fzshrc1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmc3%2Fzshrc1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmc3%2Fzshrc1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmc3%2Fzshrc1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmc3","download_url":"https://codeload.github.com/mattmc3/zshrc1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248993506,"owners_count":21195202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","zsh","zsh-plugin"],"created_at":"2024-10-11T23:27:11.612Z","updated_at":"2025-04-15T02:29:12.932Z","avatar_url":"https://github.com/mattmc3.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .zshrc1\n\n[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg)](/LICENSE)\n![version](https://img.shields.io/badge/version-v2.0.0-orange)\n\n\u003e First things first - start your .zshrc off right\n\n## Description\n\n`.zshrc1` is designed to be a portable, lightweight, ultra-fast, Zsh configuration in a\nsingle file. Equally useful on your desktop machine or on a remote server, zshrc1\nenables much of the useful functionality already built into Zsh without the need for\nframeworks. And, it's ridiculously fast!\n\n`.zshrc1`'s goal of giving you a great starter DIY Zsh experience in a single file\nstands in contrast to other full Zsh Frameworks like [Oh-My-Zsh][ohmyzsh] and\n[Prezto][prezto]. Those frameworks are nice if you want everything-and-the-kitchen-sink,\nbut you pay a performance and complexity penalty for using these frameworks.\n\nMany prefer to build their own Zsh config from scratch, but that can be a lot of work\nand often requires you to pull together functionality already baked into the Zsh\nframeworks you leave behind.\n\n`.zshrc1` is simpler. Similar to [Grml's .zshrc][grml-zshrc], `.zshrc1` gives you\neverything you need for a full-featured Zsh config, but contained in one simple to grok\nZsh include that will grow with you as you use Zsh. It is heavily inspired by the [Fish\nshell][fish].\n\nFeel free to use it as-is, build off it, or fork it and make it entirely your own.\n\n## Features\n\n- Use a Fish-like `conf.d` directory in `$ZDOTDIR` to load your config files\n- Use a Fish-like `functions` directory in `$ZDOTDIR` for your custom Zsh functions\n- Use a Fish-like `completions` directory in `$ZDOTDIR` for your custom Zsh completions\n- Set common Zsh environment variables\n- Enable better Zsh options than the defaults\n- Set better Zsh history options and variables\n- Colorize output of commands like `ls`, `grep`, and `man`\n- Enable built-in Zsh utilities like help, paste magic, and quote magic\n- Configure Zsh built-in completion system\n- Use built-in Zsh prompt system\n\n## Installation\n\nClone `.zshrc1` and source it from your `.zshrc`:\n\n```zsh\ngit clone https://github.com/mattmc3/zshrc1 ${ZDOTDIR:-~}/.zshrc1\n```\n\nOr download a single `.zshrc1` file and make it your own.\n\n```zsh\ncurl -fsSL https://raw.githubusercontent.com/mattmc3/zshrc1/main/.zshrc1 -o ${ZDOTDIR:-~}/.zshrc1\n```\n\nNext, source .zshrc1 in your `.zshrc`:\n\n```zsh\n# .zshrc\nsource ${ZDOTDIR:-~}/.zshrc1\n```\n\n[fish]: https://fishshell.com\n[ohmyzsh]: https://github.com/ohmyzsh/ohmyzsh\n[prezto]: https://github.com/sorin-ionescu/prezto\n[grml-zshrc]: https://github.com/grml/grml-etc-core/blob/master/etc/zsh/zshrc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmc3%2Fzshrc1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmc3%2Fzshrc1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmc3%2Fzshrc1/lists"}