{"id":13725857,"url":"https://github.com/paradox460/prezto","last_synced_at":"2025-12-18T13:07:43.010Z","repository":{"id":5847356,"uuid":"7063874","full_name":"paradox460/prezto","owner":"paradox460","description":"The configuration framework for Zsh","archived":true,"fork":true,"pushed_at":"2014-08-25T22:19:11.000Z","size":1705,"stargazers_count":64,"open_issues_count":2,"forks_count":48,"subscribers_count":8,"default_branch":"paradox","last_synced_at":"2024-11-14T16:44:47.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sorin-ionescu/prezto","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paradox460.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-08T04:22:45.000Z","updated_at":"2023-12-06T19:35:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/paradox460/prezto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fprezto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fprezto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fprezto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradox460%2Fprezto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradox460","download_url":"https://codeload.github.com/paradox460/prezto/tar.gz/refs/heads/paradox","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252957026,"owners_count":21831422,"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":[],"created_at":"2024-08-03T01:02:37.709Z","updated_at":"2025-12-18T13:07:42.940Z","avatar_url":"https://github.com/paradox460.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003e # NOTICE\n\u003e I am no longer maintaining this project. I have switched shells to Fish, and have a dotfile that offers similar functionality in my [.dotfiles](https://github.com/paradox460/.dotfiles/blob/master/.config/fish/config.fish) repo. Sorry for any inconvenience this may cause, you're welcome to fork this and merge in sorin's changes.\n\nPrezto — Instantly Awesome Zsh\n==============================\n\nPrezto is the configuration framework for [Zsh][1]; it enriches the command line\ninterface environment with sane defaults, aliases, functions, auto completion,\nand prompt themes.\n\nInstallation\n------------\n\nPrezto will work with any recent release of Zsh, but the minimum recommended\nversion is 4.3.10.\n\n  1. Launch Zsh:\n\n        zsh\n\n  2. Clone the repository:\n\n        git clone --recursive https://github.com/paradox460/prezto.git \"${ZDOTDIR:-$HOME}/.zprezto\"\n\n  3. Create a new Zsh configuration by copying the Zsh configuration files\n     provided:\n\n        setopt EXTENDED_GLOB\n        for rcfile in \"${ZDOTDIR:-$HOME}\"/.zprezto/runcoms/^README.md(.N); do\n          ln -s \"$rcfile\" \"${ZDOTDIR:-$HOME}/.${rcfile:t}\"\n        done\n\n  4. Set Zsh as your default shell:\n\n        chsh -s /bin/zsh\n\n  5. Open a new Zsh terminal window or tab.\n\n### Mac OS X\n\nIf you have administrator privileges, you must fix an Apple-introduced problem\nin Mac OS X 10.5 Leopard by executing the following command, or BASH and Zsh\nwill have the wrong `PATH` when executed non-interactively.\n\n    sudo chmod ugo-x /usr/libexec/path_helper\n\n`path_helper` is intended to make it easier for installers to add new paths to\nthe environment without having to edit shell configuration files by adding\na file with a path to the */etc/paths.d* directory.\n\nUnfortunately, `path_helper` always reads paths from */etc/paths* set by Apple\nthen paths from */etc/paths.d* set by third party installers, and lastly paths\nfrom the `PATH` environment variable set by the parent process, which\nultimately is set by the user with `export PATH=...` Thus, it reorders path\npriorities, and user */bin* directories meant to override system */bin*\ndirectories end up at the tail of the array.\n\n### Troubleshooting\n\nIf you are not able to find certain commands after switching to *Prezto*,\nmodify the `PATH` variable in *~/.zshenv* then open a new Zsh terminal\nwindow or tab.\n\nUsage\n-----\n\nPrezto has many features disabled by default. Read the source code and\naccompanying README files to learn of what is available.\n\n### Modules\n\n  1. Browse */modules* to see what is available.\n  2. Load the modules you need in *~/.zpreztorc* then open a new Zsh terminal\n     window or tab.\n\n### Themes\n\n  1. For a list of themes, type `prompt -l`.\n  2. To preview a theme, type `prompt -p name`.\n  3. Load the theme you like in *~/.zpreztorc* then open a new Zsh terminal\n     window or tab.\n\n     ![sorin theme][2]\n\nCustomization\n-------------\n\nThe project is managed via [Git][3]. It is highly recommend that you commit\nyour changes and push them to [GitHub][4] to not lose them. If you do not know\nhow to use Git, follow this [tutorial][5] and bookmark this [reference][6].\n\nResources\n---------\nDebian or Ubuntu users follow these for powerline font installation.\n[Powerline font installation details steps][10]\n\noriginal installation site: [Official Powerline installation Docs][9] \n\nThe [Zsh Reference Card][7] and the [zsh-lovers][8] man page are indispensable.\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2009-2012 Robby Russell, Sorin Ionescu, and contributors.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[1]: http://www.zsh.org\n[2]: http://i.imgur.com/nBEEZ.png \"sorin theme\"\n[3]: http://git-scm.com\n[4]: https://github.com\n[5]: http://gitimmersion.com\n[6]: http://gitref.org\n[7]: http://www.bash2zsh.com/zsh_refcard/refcard.pdf\n[8]: http://grml.org/zsh/zsh-lovers.html\n[9]: powerline.readthedocs.org/en/latest/installation/linux.html\n[10]:http://askubuntu.com/questions/283908/how-can-i-install-and-use-powerline-plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadox460%2Fprezto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadox460%2Fprezto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadox460%2Fprezto/lists"}