{"id":24852426,"url":"https://github.com/m-lima/simpalt","last_synced_at":"2026-02-16T03:31:40.391Z","repository":{"id":117959759,"uuid":"156921934","full_name":"m-lima/simpalt","owner":"m-lima","description":"An information-rich-small-footprint theme for zsh based on agnoster","archived":false,"fork":false,"pushed_at":"2022-11-28T12:42:44.000Z","size":373,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-15T00:43:20.100Z","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/m-lima.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}},"created_at":"2018-11-09T21:50:22.000Z","updated_at":"2022-11-03T09:28:59.000Z","dependencies_parsed_at":"2024-01-07T21:03:56.783Z","dependency_job_id":null,"html_url":"https://github.com/m-lima/simpalt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-lima/simpalt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lima%2Fsimpalt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lima%2Fsimpalt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lima%2Fsimpalt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lima%2Fsimpalt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-lima","download_url":"https://codeload.github.com/m-lima/simpalt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lima%2Fsimpalt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"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":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":[],"created_at":"2025-01-31T14:49:37.038Z","updated_at":"2026-02-16T03:31:40.375Z","avatar_url":"https://github.com/m-lima.png","language":"Shell","funding_links":[],"categories":["Themes"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"Simpalt\n=====================\n\nA ZSH theme based on [agnoster](https://github.com/agnoster/agnoster-zsh-theme) with focus on screen real estate.\n\n###### Demo\n[![Demo](img/simple.png)](https://asciinema.org/a/gYRKD3Hdv9dvcZ6JiCyWlvhkM)\n\nHow to use it\n---------------------\n\n### Software Requirement\n* [ZSH](https://www.zsh.org/)\n\n### Supported frameworks\n* [Vanilla ZSH](https://www.zsh.org/)\n* [Oh My ZSH](https://github.com/robbyrussell/oh-my-zsh)\n* [Prezto](https://github.com/sorin-ionescu/prezto)\n* [ZGen](https://github.com/sorin-ionescu/prezto)\n* [ZPlug](https://github.com/sorin-ionescu/prezto)\n\n### Initial setup\n```bash\n$ brew install zsh\n$ chsh -s $(which zsh)\n```\n\nInstalling the theme\n---------------------\n\n#### Using ZGen\nAdd the following to your `.zshrc`\n```bash\nif ! zgen saved; then\n  ...\n  zgen load m-lima/simpalt simpalt.zsh-theme\n  ...\n  zgen save\nfi\n```\n\n#### Using ZGen with Prezto\nAdd the following to your `.zshrc`\n```bash\nif ! zgen saved; then\n  zgen prezto\n  zgen prezto prompt theme 'simpalt'\n  ...\n  zgen load m-lima/simpalt\n  ...\n  zgen save\nfi\n```\n\n#### Using ZPlug\nAdd the following to your `.zshrc`\n```bash\nzplug \"m-lima/simpalt\", as:theme\n```\n\n#### Using Oh My ZSH\nDownload the theme\n```bash\n$ cd ~/.oh-my-zsh/custom\n$ git clone https://github.com/m-lima/simpalt\n```\nAdd the following to your `.zshrc`\n```bash\nZSH_THEME=\"simpalt\"\n```\n\n#### Using vanilla ZSH\nDownload the theme\n```bash\n$ cd \u003cwhereever_you want_to_install\u003e\n$ git clone https://github.com/m-lima/simpalt\n```\nAdd the following to your `.zshrc`\n```bash\nsource \u003cwhereever_you want_to_install\u003e/simpalt.zsh-theme\n```\n\nOptions\n---------------------\n\n##### SIMPALT_SMALL\n###### Controls the presentation of the prompt\nIf set to anything, the prompt will be presented in compact mode; otherwise, the full prompt will be presented.\n\n##### SIMPALT_PROMPT_SEGMENTS\n###### Set the prompt segments to be presented\nThis array will set all segments that compose the prompt.\n\n##### SIMPALT_MAIN_BRANCHES\n###### Set the branches that do not require full name\nWhen in a git repository, if the current branch is present in this list, it's name will be omitted.\n\nAvailable segments:\n* prompt_aws\n* prompt_status\n* prompt_context\n* prompt_virtualenv\n* prompt_dir prompt_git\n\n### Suggested setup\nYou can enable quick switch between compact and full mode by registering something similar to the following in your `.zshrc`:\n```bash\nts() { [ $SIMPALT_SMALL ] \u0026\u0026 unset SIMPALT_SMALL || SIMPALT_SMALL=1 }\n```\nThen, just use the `ts` command to swtich between prompt styles\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-lima%2Fsimpalt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-lima%2Fsimpalt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-lima%2Fsimpalt/lists"}