{"id":22188865,"url":"https://github.com/qwreey/zsh","last_synced_at":"2025-06-25T07:06:30.911Z","repository":{"id":172620108,"uuid":"649470988","full_name":"qwreey/zsh","owner":"qwreey","description":"my zsh dotfiles","archived":false,"fork":false,"pushed_at":"2024-10-21T14:22:55.000Z","size":181,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-21T23:46:14.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/qwreey.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}},"created_at":"2023-06-04T23:55:52.000Z","updated_at":"2024-10-21T14:22:59.000Z","dependencies_parsed_at":"2024-03-10T09:29:51.123Z","dependency_job_id":"14f90cbd-4f76-4b7c-ba45-0ed2e445ff22","html_url":"https://github.com/qwreey/zsh","commit_stats":null,"previous_names":["qwreey75/zsh","qwreey/zsh"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Fzsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Fzsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Fzsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Fzsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwreey","download_url":"https://codeload.github.com/qwreey/zsh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227715591,"owners_count":17808733,"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-12-02T11:12:57.759Z","updated_at":"2024-12-02T11:12:58.342Z","avatar_url":"https://github.com/qwreey.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Performance focused zsh setup\r\n\r\nThis is my hyper fast oh-my-zsh, cross platform setup\r\n\r\nIt use zsh-defer to load slow configurations, such as nvm.\r\n\r\nnvm was customized by [fnvm](https://github.com/qwreey75/fnvm), which makes nvm much faster. (it was made for cygwin, but can compatible with *nix)\r\n\r\nAlso, i used zcompile, which compiles zsh file to make performance better\r\n\r\noh-my-zsh was customized(disable autoupdate, such more) for performance. (it was nested in rc file)\r\n\r\n# Install\r\n\r\nexecute install script\r\n```\r\ncurl --proto '=https' --tlsv1.2 -sSf \"https://raw.githubusercontent.com/qwreey/zsh/master/install.zsh\" | ZSHDIR=\"$HOME/.zsh\" ZSHRUSTUP=\"true\" ZSHPYENV=\"true\" ZSHNVM=\"true\" ZSHFNVM=\"true\" zsh \u0026\u0026 exec zsh\r\n```\r\nto clone omz, nvm, defer, fnvm and powerlevel10k into new .zsh (it will not overwrite your ohmyzsh, if you have ohmyzsh already, you can remove it)\r\nThis script will update call `nvm use node` to initialize nodejs, and compile all zsh file to speed up your zsh\r\n\r\n# Config\r\n\r\nYou can add your configuration into $HOME/.zsh/user-before.zsh\r\nuser-before.zsh will loaded before zsh loaded. so you can set omz plugins by\r\n```\r\nplugins=( git copyfile copypath )\r\n```\r\n\r\n$HOME/.zsh/user-after.zsh will loaded after omz loaded\r\nand $HOME/.zsh/user-lazy.zsh will loaded by zsh-defer\r\n\r\n$HOME/.zsh/user-p10k.zsh will loaded for p10k if exist\r\n\r\nIf you want to configure p10k. type `p10k configure`\r\n\r\n# Toolkit integration\r\n\r\nThis zsh configuration integrates the toolkit below. rustc, pyenv, nvm\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwreey%2Fzsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwreey%2Fzsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwreey%2Fzsh/lists"}