{"id":26695184,"url":"https://github.com/indrode/zsh-custom","last_synced_at":"2026-02-28T13:32:17.232Z","repository":{"id":2381396,"uuid":"3346793","full_name":"indrode/zsh-custom","owner":"indrode","description":"My ZSH setup, aliases, and dotfiles.","archived":false,"fork":false,"pushed_at":"2020-10-05T21:03:28.000Z","size":160,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-10T01:40:53.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"wjcrowcroft/MotionCAPTCHA","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indrode.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}},"created_at":"2012-02-03T18:02:04.000Z","updated_at":"2020-12-23T03:31:39.000Z","dependencies_parsed_at":"2022-09-19T13:02:18.099Z","dependency_job_id":null,"html_url":"https://github.com/indrode/zsh-custom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/indrode/zsh-custom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indrode%2Fzsh-custom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indrode%2Fzsh-custom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indrode%2Fzsh-custom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indrode%2Fzsh-custom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indrode","download_url":"https://codeload.github.com/indrode/zsh-custom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indrode%2Fzsh-custom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29935364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:16:57.922Z","status":"ssl_error","status_checked_at":"2026-02-28T13:11:15.149Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-26T19:17:36.460Z","updated_at":"2026-02-28T13:32:17.213Z","avatar_url":"https://github.com/indrode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zsh-custom\n\nI like [ZSH](http://www.zsh.org/) and I use the configuration framework [Oh My ZSH](https://github.com/robbyrussell/oh-my-zsh) to add more functionality. Additionally, I have added a lot more customization in recent years.\n\nIf `ZSH` and `oh-my-zsh` are new to you, check out Ryan Bates' [Oh My ZSH screencast](http://railscasts.com/episodes/308-oh-my-zsh) for a short introduction and setup instructions.\n\nThis is the `/custom` folder in my `~/.oh-my-zsh`. It contains my personal setup which works fine for me. It includes some personal configurations, so it is not made to be a template, but it may provide some re-usable ideas. I'm working on making this more generic by adding personal settings and configuration files.\n\n## Setting up .zshrc\n\nThis assumes that you have a working [Oh My ZSH](https://github.com/robbyrussell/oh-my-zsh). In your `~/.oh-my-zsh` directory, replace `custom` with the git clone of this repository.\n\n```bash\n~/.oh-my-zsh\nrm -r custo\ngit clone git://github.com/indrode/zsh-custom.git custom\n````\n\nNext, replace your `~/.zshrc` with a symlink to `~/.oh-my-zsh/custom/zshrc`. You may want to make a backup of your `~/.zshrc` if you desire.\n\n```bash\nrm ~/.zshrc \u0026\u0026 ln -s ~/.oh-my-zsh/custom/zshrc ~/.zshrc\n```\n\nRestart the shell and run `setup-zsh` to create the configuration file.\n\n```bash\nexec $SHELL\nsetup-zsh\n```\n\n## Personal settings\n\nAdjust the settings in `settings/config` to your liking.\n\n```bash\n# name of the zsh theme to be used\nexport ZSH_THEME=\"indro\"\n\n# your preferred text editor, e.g. mate, subl, vim, nano\nexport EDITOR=subl\n\n# name of ruby manager, e.g. chruby, rbenv\nexport RUBY_MANAGER='chruby'\n\n# hard drive used prompt\nexport MAIN_HD='/dev/disk1'\n```\n\nRefer to [https://github.com/indrode/zsh-custom/tree/master/settings](https://github.com/indrode/zsh-custom/tree/master/settings) for more detailed explanations regarding settings.\n\n## The shell prompt\n\nThis setup uses my custom prompt. You can view it [here](https://github.com/indrode/zsh-custom/blob/master/indro.zsh-theme). Adjust the setting to use a different prompt.\n\n## Contributing\n\n1. Fork it ( https://github.com/indrode/zsh-custom/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findrode%2Fzsh-custom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findrode%2Fzsh-custom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findrode%2Fzsh-custom/lists"}