{"id":19556606,"url":"https://github.com/techchipnet/p10k","last_synced_at":"2026-03-06T14:33:02.248Z","repository":{"id":255996305,"uuid":"851397392","full_name":"techchipnet/p10k","owner":"techchipnet","description":"Customize Your Terminal with Powerlevel10k and Zsh for an Enhanced Experience","archived":false,"fork":false,"pushed_at":"2024-09-09T03:12:03.000Z","size":12,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T07:44:41.222Z","etag":null,"topics":[],"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/techchipnet.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":"2024-09-03T02:51:59.000Z","updated_at":"2025-02-18T12:56:18.000Z","dependencies_parsed_at":"2024-09-08T12:34:03.562Z","dependency_job_id":"48e3e8b0-7a41-4c6d-8a12-309767ff9d4a","html_url":"https://github.com/techchipnet/p10k","commit_stats":null,"previous_names":["techchipnet/p10k"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techchipnet/p10k","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fp10k","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fp10k/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fp10k/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fp10k/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techchipnet","download_url":"https://codeload.github.com/techchipnet/p10k/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techchipnet%2Fp10k/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30180672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T12:39:21.703Z","status":"ssl_error","status_checked_at":"2026-03-06T12:36:09.819Z","response_time":250,"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":"2024-11-11T04:38:31.489Z","updated_at":"2026-03-06T14:33:02.203Z","avatar_url":"https://github.com/techchipnet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro\nThis guide will show you how to customize your Linux or MacOS terminal using Powerlevel10k and the Zsh shell for a more personalized and efficient experience.\n![Screenshot 2024-09-03 at 9 04 07 AM](https://github.com/user-attachments/assets/be4ca301-e242-4703-b66c-5f4a28f8c193)\n\n## Zsh\nFor this customization, you'll need Zsh. If you're using Kali Linux or macOS, Zsh is installed by default. To check if Zsh is your current shell, use the following command:\n```\necho $SHELL\n```\nIf Zsh is not installed, run the following command on your Debian-based Linux OS:\n```\nsudo apt install zsh\n```\nafter that set ZSH as a defult shell\n```\nchsh -s /usr/bin/zsh\n```\nNow ZSH is installed. Close your terminal \u0026 open again with ZSH\n## Install oh my zsh\nNow we install oh my zsh for setup zsh themes. run following command on your terminal.\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n## Install powerlevel10k\noh my zsh is installed on your system now we install powerlevel10k theme.\n```\ngit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k\n```\nnow edit the zsh theme in .zshrc file.\n```\nnano ~/.zshrc\n```\nset powerlevel10k in ZSH_THEME \u0026 save the file\n```\nZSH_THEME=\"powerlevel10k/powerlevel10k\"\n```\n## Install fonts\nNow we install some necessary fonts. First we install powerline fonts.\n```\nsudo apt install fonts-powerline\n```\nNow we install nerd fonts. first create a dir.\n```\nmkdir -p ~/.local/share/fonts\n```\nNavigate to this dir\n```\ncd ~/.local/share/fonts\n```\nDownload nerd font\n```\ncurl -fLO https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/DroidSansMono/DroidSansMNerdFont-Regular.otf\n```\n## Config p10k\nNow exit to your terminal \u0026 open again. p10k configuration is automatic start in your firt start after p10k install. if p10k configuration is not auto start, run the following command\n```\np10k configure\n```\nNow you can configure your theme as your choice. p10k will prompt some questions, and you can choose the answer based on your personal preferences.\nYou can check the following video for configure this theme\n### Video Demo\n[![P10K Demo](https://img.youtube.com/vi/j9IAvIAOVSc/0.jpg)](https://www.youtube.com/watch?v=j9IAvIAOVSc)\n\n### For More Video subcribe \u003ca href=\"http://youtube.com/techchipnet\"\u003eTechChip YouTube Channel\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechchipnet%2Fp10k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechchipnet%2Fp10k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechchipnet%2Fp10k/lists"}