{"id":25027713,"url":"https://github.com/ilbuso/buso-ohmyzsh-theme","last_synced_at":"2026-05-14T23:04:04.012Z","repository":{"id":214078056,"uuid":"735638381","full_name":"ilBuso/buso-ohmyzsh-theme","owner":"ilBuso","description":"OhMyZsh theme","archived":false,"fork":false,"pushed_at":"2023-12-31T17:47:16.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T07:57:03.818Z","etag":null,"topics":["ohmyzsh","ohmyzsh-theme","zsh","zsh-theme","zshrc"],"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/ilBuso.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":"2023-12-25T16:32:12.000Z","updated_at":"2025-09-16T14:47:27.000Z","dependencies_parsed_at":"2023-12-25T23:28:00.341Z","dependency_job_id":"48016aba-9ab3-4875-aff2-d6f32fb5130a","html_url":"https://github.com/ilBuso/buso-ohmyzsh-theme","commit_stats":null,"previous_names":["ilbuso/ohmyzsh-theme","ilbuso/buso-ohmyzsh-theme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilBuso/buso-ohmyzsh-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fbuso-ohmyzsh-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fbuso-ohmyzsh-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fbuso-ohmyzsh-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fbuso-ohmyzsh-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilBuso","download_url":"https://codeload.github.com/ilBuso/buso-ohmyzsh-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilBuso%2Fbuso-ohmyzsh-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909714,"owners_count":26066887,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["ohmyzsh","ohmyzsh-theme","zsh","zsh-theme","zshrc"],"created_at":"2025-02-05T19:38:37.404Z","updated_at":"2025-10-08T07:57:08.663Z","avatar_url":"https://github.com/ilBuso.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# buso-ohmyzsh-theme  - by ilBuso\n\n## Table of Content\n- [buso-ohmyzsh-theme](#buso-ohmyzsh-theme---by-ilbuso)\n    - [Table of Content](#table-of-content)\n    - [About](#about)\n    - [Screenshots](#screenshots)\n    - [Usage](#usage)\n        - [Prerequisite](#prerequisite)\n        - [Installation](#installation)          \n    - [Configuration .zshrc](#configuration-zshrc)\n\n## About\nThe \"buso\" theme is a minimalistic [OhMyZsh](https://ohmyz.sh/) theme I've created, featuring a bare-bones design that prioritizes essential information. Drawing inspiration from the [amro](https://ohmyposh.dev/docs/themes#amro) theme of [OhMyPosh](https://ohmyposh.dev/), \"buso\" provides a clean and efficient command-line interface without any distractions. While it doesn't have many features, its simplicity enhances the user experience.\n\n## Screenshots\n![screenshot](./img/zsh-theme-buso.png)\n\n## Usage\n### Prerequisite\nTo use this theme, ensure the following prerequisites are met:\n\n- OhMyZsh Installed: Make sure OhMyZsh is already installed on your system.\n- Zsh as Default Shell: Set Zsh as your default shell in the terminal.\n- [Nerd Font](https://www.nerdfonts.com/) (or similar) Installed: Install a Nerd Font of your choice (necessary for UNICODE characters)\n\n### Installation\nTo install the `buso` theme, run the following command:\n```Shell\ngit clone https://github.com/ilBuso/ohmyzsh-theme.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes\n```\nTo set `buso.zsh-theme` as the default theme in the `.zshrc` file, add:\n```Shell\nZSH_THEME=\"buso\"\n```\n\n## Configuration .zshrc\nThis is my persona configuration of the `.zshrc` file, feel free to copy it and customize these configurations based on your preferences.\n\n`zsh-autosuggestions`and `zsh-syntax-highlighting` are not avvailable by default they must be installed ( [autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#oh-my-zsh) ) ( [syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md#oh-my-zsh) )\n\n```Shell\n# Path to your oh-my-zsh installation.\nexport ZSH=\"$HOME/.oh-my-zsh\"\n\n#theme\nZSH_THEME=\"buso\"\n\n# used pugins\nplugins=(\n    # git\n    git\n\n    # auto-suggestions based on previous command\n    zsh-autosuggestions\n\n    # highlight the first word of the command\n    # changed default color to yellow on file\n    # (~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/highlighters/main/main-highlighter.zsh)\n    # on line 65\n    zsh-syntax-highlighting\n\n    # start browser from terminal\n    web-search\n)\n\nsource $ZSH/oh-my-zsh.sh\n\n\n# User configuration\n\n# Remove highlight con paste (Ctrl+Shift+V)\nzle_highlight+=(paste:none) \n\n# Remove the underline in the path\nZSH_HIGHLIGHT_STYLES[path]=none\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filbuso%2Fbuso-ohmyzsh-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filbuso%2Fbuso-ohmyzsh-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filbuso%2Fbuso-ohmyzsh-theme/lists"}