{"id":21259231,"url":"https://github.com/vlad-iakovlev/zsh-config","last_synced_at":"2025-03-15T06:41:46.651Z","repository":{"id":46215906,"uuid":"210006889","full_name":"vlad-iakovlev/zsh-config","owner":"vlad-iakovlev","description":"Perfect config for ZSH","archived":false,"fork":false,"pushed_at":"2024-06-20T22:56:24.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T21:46:48.830Z","etag":null,"topics":[],"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/vlad-iakovlev.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":"2019-09-21T15:16:19.000Z","updated_at":"2024-06-20T22:56:28.000Z","dependencies_parsed_at":"2024-04-26T20:43:11.069Z","dependency_job_id":"8e415a51-57b5-4928-9f31-03c897f304c9","html_url":"https://github.com/vlad-iakovlev/zsh-config","commit_stats":null,"previous_names":["vlad-iakovlev/zsh-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-iakovlev%2Fzsh-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-iakovlev%2Fzsh-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-iakovlev%2Fzsh-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlad-iakovlev%2Fzsh-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlad-iakovlev","download_url":"https://codeload.github.com/vlad-iakovlev/zsh-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695513,"owners_count":20332626,"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-11-21T04:13:10.628Z","updated_at":"2025-03-15T06:41:46.613Z","avatar_url":"https://github.com/vlad-iakovlev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zsh-config\n\n- Based on [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)\n- Uses [Powerlevel10k](https://github.com/romkatv/powerlevel10k)\n\n## Install\n\n1. Install [MesloLGS NF](https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf):\n\n```sh\n# On macOS\nbrew install font-meslo-for-powerlevel10k\n```\n\n2. Install [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh):\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n3. Install [Powerlevel10k](https://github.com/romkatv/powerlevel10k):\n\n```sh\ngit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k\n```\n\n4. _[Optional]_ Install plugins:\n\n```sh\ngit clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions\ngit clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting\n```\n\n5. Clone this repo:\n\n```sh\ngit clone --depth=1 https://github.com/vlad-iakovlev/zsh-config.git ~/.zsh-config\n```\n\n6. Create `~/.zshrc` with the contents:\n\n```sh\n# plugins=(\n#   zsh-autosuggestions\n#   zsh-syntax-highlighting\n# )\n\n# typeset -A git_branch_aliases=(\n#   om origin/main\n#   od origin/dev\n# )\n\nsource $HOME/.zsh-config/zsh-config.zsh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlad-iakovlev%2Fzsh-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlad-iakovlev%2Fzsh-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlad-iakovlev%2Fzsh-config/lists"}