{"id":25536001,"url":"https://github.com/hvish/zsh-installation","last_synced_at":"2026-06-29T16:32:19.200Z","repository":{"id":127317688,"uuid":"83866082","full_name":"HVish/zsh-installation","owner":"HVish","description":"Zsh installation on ubuntu with agnoster theme","archived":false,"fork":false,"pushed_at":"2021-11-23T04:15:14.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-16T19:19:56.170Z","etag":null,"topics":["powerline-fonts","zsh","zsh-agnoster","zsh-theme"],"latest_commit_sha":null,"homepage":null,"language":null,"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/HVish.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":"2017-03-04T04:56:56.000Z","updated_at":"2021-11-23T04:15:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cc7bd45-db3a-4d20-8d6c-0e7af10da9e0","html_url":"https://github.com/HVish/zsh-installation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HVish/zsh-installation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HVish%2Fzsh-installation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HVish%2Fzsh-installation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HVish%2Fzsh-installation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HVish%2Fzsh-installation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HVish","download_url":"https://codeload.github.com/HVish/zsh-installation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HVish%2Fzsh-installation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34935408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["powerline-fonts","zsh","zsh-agnoster","zsh-theme"],"created_at":"2025-02-20T04:29:51.672Z","updated_at":"2026-06-29T16:32:19.166Z","avatar_url":"https://github.com/HVish.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# zsh-installation\nZsh installation on ubuntu/mac-osx with agnoster theme\n\n### Install Zsh\n\n#### Ubuntu\n```\nsudo apt-get update \u0026\u0026 sudo apt-get install zsh\n```\n\n#### Mac OSX\n```\nbrew install zsh\n```\n\n### Install Oh-my-zsh\n**Note:** Git should be pre-installed for following commands.\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\" \n```\n\n### Make ZSH default shell\n```\nchsh -s /bin/zsh\n# OR\nsudo chsh -s $(which zsh) $(whoami) # useful when logged in with a user having no password\n```\n\n### Change theme name in ~/.zshrc \n```\nZSH_THEME=\"agnoster\"\n```\n\n### System wide powerline font installation\n\n#### Ubuntu\n```\nwget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf\nsudo mv PowerlineSymbols.otf /usr/share/fonts/\nsudo fc-cache -vf\nsudo mv 10-powerline-symbols.conf /etc/fonts/conf.d/\n```\n\n#### Mac OSX\n1. Download powerline font from [here](https://github.com/powerline/fonts/archive/master.zip)\n2. Unzip it. Go to fonts-master/UbuntuMono/ and install each of the four TTFs: simply double-click and let Font Book install them for you.\n3. Open Terminal, then navigate to Terminal Preferences \u003e Profiles \u003e Font and click the Change button.\n4. Select Ubuntu Mono derivative Powerline and set the font size to your liking.\n\n### Reload .zshrc to see changes\n```\nsource ~/.zshrc\n```\nIf above command doesn't work then logout and login again.\n\n### VSCode integrated terminal font issues:\nIf you are using Ubuntu then add following settings to vscode\n```jsonc\n{\n    \"terminal.integrated.fontFamily\": \"'Ubuntu Mono', 'PowerlineSymbols'\", // \"'Ubuntu Mono derivative Powerline'\" for mac osx\n    \"terminal.integrated.defaultProfile.osx\": \"zsh\",\n    \"terminal.integrated.fontSize\": 16\n}\n```\nYou can refer to: https://github.com/oh-my-fish/theme-bobthefish/issues/125\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvish%2Fzsh-installation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhvish%2Fzsh-installation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvish%2Fzsh-installation/lists"}