{"id":16334293,"url":"https://github.com/aleksanaa/bash-theme","last_synced_at":"2026-04-28T18:02:56.432Z","repository":{"id":130458847,"uuid":"601342989","full_name":"Aleksanaa/bash-theme","owner":"Aleksanaa","description":"my bash prompt theme","archived":false,"fork":false,"pushed_at":"2024-12-03T06:05:26.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T03:39:57.502Z","etag":null,"topics":["bash","bash-prompt","gitstatus"],"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/Aleksanaa.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-02-13T21:37:02.000Z","updated_at":"2024-12-03T06:05:29.000Z","dependencies_parsed_at":"2025-02-11T02:31:28.945Z","dependency_job_id":"46e39639-a0bd-41f2-8f90-ecdb496faa11","html_url":"https://github.com/Aleksanaa/bash-theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aleksanaa/bash-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksanaa%2Fbash-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksanaa%2Fbash-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksanaa%2Fbash-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksanaa%2Fbash-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aleksanaa","download_url":"https://codeload.github.com/Aleksanaa/bash-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksanaa%2Fbash-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["bash","bash-prompt","gitstatus"],"created_at":"2024-10-10T23:38:00.708Z","updated_at":"2026-04-28T18:02:56.385Z","avatar_url":"https://github.com/Aleksanaa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aleksana's bash theme\n\n![image](https://user-images.githubusercontent.com/42209822/225917739-0ef3d18c-1d21-4ed0-b6da-4d92b92dd134.png)\n\nA simple bash theme tailored for my daily use. This theme includes:\n\n- [Nord palette](https://www.nordtheme.com/) (requires truecolor support)\n- [gitstatus](https://github.com/romkatv/gitstatus) prompt\n- Nix shell detection\n- Path shrinking like powerlevel10k\n- Various icons\n\n## Make icons display correctly\n\nInstall a font with these glyphs supported (paste theme into your terminal to test if works!):\n\n```\n -\u003e NixOS\n -\u003e Clock\n -\u003e Home\n❯ -\u003e Right arrow\n -\u003e Git\n↑ -\u003e Up arrow\n↓ -\u003e Down arrow\n✓ -\u003e Tick\n✎ -\u003e Pencil\n -\u003e Warning\n -\u003e Folder\n```\n\nYou probably want to install [nerd fonts](https://www.nerdfonts.com/). After that, make sure it's in fontconfig list (`fc-list`) or set as the default terminal font.\n\n## Use gitstatus\n\nGitstatus is optional. If you are using a FHS compliant distro, just install it. Otherwise, set\n```\nGITSTATUS_PLUGIN_PATH=/path/to/your/gitstatus.plugin.sh\n```\n If you are using Homemanager, you can set something like\n ```nix\n programs.bash.bashrcExtra = \n let\n   aleksanaPS1 = pkgs.fetchFromGitHub {\n     owner = \"Aleksanaa\";\n     repo = \"bash-theme\";\n     rev = \"2d0931cd8dc7f61d769097e8c4674ce8b757ef2a\";\n     hash = \"sha256-5fjMtcn/1DYQT3YFEsbCh6b4SNlc2yEyl74Xm+x6D7o=\";\n   };\n in\n ''\n   export GITSTATUS_PLUGIN_PATH=${pkgs.gitstatus}/share/gitstatus\n   source ${aleksanaPS1}/aleksana\n '';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksanaa%2Fbash-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleksanaa%2Fbash-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksanaa%2Fbash-theme/lists"}