{"id":13680657,"url":"https://github.com/htr3n/zsh-config","last_synced_at":"2025-04-25T16:33:20.074Z","repository":{"id":94418174,"uuid":"139278311","full_name":"htr3n/zsh-config","owner":"htr3n","description":"Faster and enjoyable ZSH (maybe) !!!","archived":false,"fork":false,"pushed_at":"2023-07-01T01:07:02.000Z","size":64,"stargazers_count":82,"open_issues_count":0,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T13:29:54.328Z","etag":null,"topics":["fast","fzf","macos","performance","zplugin","zsh","zsh-autosuggestions","zsh-completions","zsh-configuration"],"latest_commit_sha":null,"homepage":"https://htr3n.github.io/2018/07/faster-zsh/","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/htr3n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-06-30T20:36:28.000Z","updated_at":"2024-07-05T16:57:55.000Z","dependencies_parsed_at":"2024-08-02T13:19:34.143Z","dependency_job_id":"6ca81e30-7475-4777-b16a-5717097acf86","html_url":"https://github.com/htr3n/zsh-config","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/htr3n%2Fzsh-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fzsh-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fzsh-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htr3n%2Fzsh-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htr3n","download_url":"https://codeload.github.com/htr3n/zsh-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224008658,"owners_count":17240428,"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":["fast","fzf","macos","performance","zplugin","zsh","zsh-autosuggestions","zsh-completions","zsh-configuration"],"created_at":"2024-08-02T13:01:19.869Z","updated_at":"2024-11-10T20:19:26.277Z","avatar_url":"https://github.com/htr3n.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# My ZSH Configurations\n\nThe configurations are for my macOS workstation and therefore contain some macOS-specific code and commands.\n\n## Quick Start\n\n```sh\n# get to the home folder\n$ cd\n# pull the git repos\n$ git clone https://github.com/htr3n/zsh-config.git .zsh-config\n# then link the startup files\n$ zsh ~/.zsh-config/bootstrap.sh\n```\n\nLog out and login again!!!\n\nIn case you want to have private setting excluded from public Git repos, just create a file `.private.sh` in the home folder.\n\n## Plugin Management\n\nInstead of manually installing ZSH plugins, I use [Zi](https://wiki.zshell.dev/), which is a continuing work of [zplugin](https://github.com/zdharma/zplugin), with cool Turbo Mode to accelerate the loading and checking of ZSH plugins. Thus, `zi` needs to be installed as well.\n\n```sh\nsh -c \"$(curl -fsSL get.zshell.dev)\" -- -i skip -b main\n```\n\nNote that `zi` installation script will automatically add some commands into the end of `.zshrc` to initialise / load `zi`. Nonetheless, `_init.sh` has already the initialisation of `zi`, thus, we should remove or comment the parts added by `zi` installation script.  \n\nIf `Zi` is set up properly, you can use many handy commands, for instance, updating all or some plugins with `zi update` , removing a plugin `zi delete plugin_name`.\n\nSome useful ZSH plugins:\n\n* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)\n* [zsh-completions](https://github.com/zsh-users/zsh-completions)\n* [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)\n* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)\n\n## Credits\n\nI developed most of the configuration on my own but nevertheless learned a lot from [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) and [Prezto](https://github.com/sorin-ionescu/prezto) and many other sources for various settings.\n\n## License\n\n\u003c3 [MIT License](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtr3n%2Fzsh-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtr3n%2Fzsh-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtr3n%2Fzsh-config/lists"}