{"id":23537721,"url":"https://github.com/prod3v3loper/style-your-shell","last_synced_at":"2026-04-11T10:34:20.536Z","repository":{"id":159024024,"uuid":"417978610","full_name":"prod3v3loper/style-your-shell","owner":"prod3v3loper","description":"🖥️ With these settings your shell looks very fresh and you have a better overview.","archived":false,"fork":false,"pushed_at":"2024-05-09T01:26:55.000Z","size":442,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T00:21:58.385Z","etag":null,"topics":["apache","bash","console","git","iterm2","mac","netbeans","shell","style","terminal","theme","vscode","zsh"],"latest_commit_sha":null,"homepage":"","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/prod3v3loper.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":"2021-10-17T00:12:56.000Z","updated_at":"2024-05-14T00:37:01.000Z","dependencies_parsed_at":"2025-02-17T07:39:03.856Z","dependency_job_id":null,"html_url":"https://github.com/prod3v3loper/style-your-shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prod3v3loper/style-your-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fstyle-your-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fstyle-your-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fstyle-your-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fstyle-your-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prod3v3loper","download_url":"https://codeload.github.com/prod3v3loper/style-your-shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod3v3loper%2Fstyle-your-shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["apache","bash","console","git","iterm2","mac","netbeans","shell","style","terminal","theme","vscode","zsh"],"created_at":"2024-12-26T03:19:03.013Z","updated_at":"2026-04-11T10:34:20.515Z","avatar_url":"https://github.com/prod3v3loper.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Style your MAC Shell\n\nTo style your shell and have a better overview of your Git projects, follow the steps in the instructions.\n\n![Preview](img/preview.png)\n\n# Instructions\n\nDownload iTerm2\n\nhttps://iterm2.com/\n\n## Shell\n\nInstall oh my zsh\n\nhttps://ohmyz.sh/\n\n```shell\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n### Plugins\n\nInstall plugins and add to ~/.zshrc\n\nhttps://github.com/ohmyzsh/ohmyzsh/tree/master/plugins\n\n```\n$ nano ~/.zshrc\n// or\n$ vi ~/.zshrc\n```\n\n```\nplugins=(\ngit\nvscode\n...add more...\n)\n```\n\n## Fonts\n\nDonwload recommended fonts and install with double click.\n\nFollow this link:\n\nhttps://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k\n\n## Theme\n\nhttps://github.com/romkatv/powerlevel10k\n\n```bash\n$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k\n$ echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' \u003e\u003e~/.zshrc\n```\n\nNow is the time to configure\n\n```bash\np10k configure\n```\n\n![Config](img/config.png)\n\nFollow the steps and set everything as you want. That's it.\n\n# Integrate in Mac Terminal\n\n![Mac](img/terminal.png)\n\nOpen settings and change font in `MesloLGS NF`\n\n# Integrate in VSC\n\nOpen settings in VSC (Visual Studio Code)\n\nGo to Terminal/Console, scroll down to settings.json and click on it\n\n![VSCODE](img/vscode.png)\n\nAdd following lines on top in settings under Terminal\n\nhttps://code.visualstudio.com/docs/editor/integrated-terminal\n\n```json\n  \"terminal.integrated.fontFamily\": \"MesloLGS NF\",\n  \"terminal.integrated.profiles.osx\": {\n    \"my-zsh\": {\n      \"path\": \"zsh\",\n      \"args\": [\"-l\"]\n    }\n  }\n  \"terminal.integrated.defaultProfile.osx\": \"my-zsh\"\n```\n\n# Integrate in Apache Netbeans\n\n![Apache Netbeans](img/netbeans.png)\n\nGo to Terminal settings and change font to `MesloLGS NF`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod3v3loper%2Fstyle-your-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprod3v3loper%2Fstyle-your-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod3v3loper%2Fstyle-your-shell/lists"}