{"id":28744885,"url":"https://github.com/mvanzulli/myterminal","last_synced_at":"2026-05-08T13:19:00.452Z","repository":{"id":209079319,"uuid":"723186803","full_name":"mvanzulli/MyTerminal","owner":"mvanzulli","description":"My own terminal customization using Oh-my-zsh and Powertheme","archived":false,"fork":false,"pushed_at":"2025-03-04T18:32:42.000Z","size":711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T12:08:19.965Z","etag":null,"topics":["bash","profile","terminal","unix"],"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/mvanzulli.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,"zenodo":null}},"created_at":"2023-11-24T22:09:49.000Z","updated_at":"2025-03-04T18:32:45.000Z","dependencies_parsed_at":"2023-11-24T23:23:20.174Z","dependency_job_id":"c2c2c268-d6ce-48a8-bf06-6ff999f92721","html_url":"https://github.com/mvanzulli/MyTerminal","commit_stats":null,"previous_names":["mvanzulli/myterminal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mvanzulli/MyTerminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanzulli%2FMyTerminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanzulli%2FMyTerminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanzulli%2FMyTerminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanzulli%2FMyTerminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvanzulli","download_url":"https://codeload.github.com/mvanzulli/MyTerminal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanzulli%2FMyTerminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bash","profile","terminal","unix"],"created_at":"2025-06-16T12:08:19.045Z","updated_at":"2026-05-08T13:19:00.415Z","avatar_url":"https://github.com/mvanzulli.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mauri's Unix Terminal Customization Guide\n\n## Overview\nThis guide details my custom terminal setup for UNIX-based systems (MacOS/Linux). It includes information on using iTerm2 for MacOS and the default terminal app for Ubuntu. \n\n**Note for MacOS Users:** I've previously installed this theme on MacOS, but the terminal commands differ from those for Linux. You might need to modify the `.sh` files for MacOS compatibility.\n\n## Getting Started: Prerequisites\nEnsure your system meets these minimum requirements:\n\n```bash\n# Refresh your software repositories\nsudo apt-get update\nsudo apt-get upgrade\n\n# Install Git\nsudo apt-get install -y git\n\n# Install Vim\nsudo apt-get install -y vim\n```\n\n## Step-by-Step Installation\n\n### Step 1: Powerline Fonts\nInstall RobotoMono for Powerline (used in VIM and terminal theme) with the following script:\n\n```bash\n./install_powerline.sh\n```\n\n### Step 2: ZSH, OhMyZSH, and Plugins\nInstall ZSH, OhMyZSH, and required plugins. Restart your system after this step.\n\n```bash\n./install_terminal.sh\n```\n\n### Step 3: Terminal Profile Customization\nThis step involves installing plugins for auto-complete and color highlighting, setting up `.zshrc` and the custom `mvanzulli-agnoster.zsh-theme`, and configuring the terminal profile with the Powerline font.\n\n```bash\n./install_profile.sh\n```\n\n**Alternative Fonts:** Feel free to try other [Powerline Patched Fonts](https://github.com/powerline/fonts) if RobotoMono isn't to your liking.\n\n### Troubleshooting\nIf the theme appears incorrectly, ensure you've installed a Powerline font and consider restarting your machine.\n\n## Additional Tips\n\n### Exporting Terminal Profiles\nTo export your current terminal profiles:\n\n```bash\ndconf dump /org/gnome/terminal/legacy/profiles:/ \u003e gnome-terminal-profiles.dconf\n```\n\n## Resetting Changes\nTo revert to default settings, refer to these guides:\n\n- [Resetting Terminal Theme](https://askubuntu.com/questions/14487/how-to-reset-the-terminal-properties-and-preferences)\n- [Uninstalling ZSH and Returning to Bash](https://askubuntu.com/questions/958120/remove-zsh-from-ubuntu-16-04)\n\n## Resource Links\nFor more detailed guidance, check out these resources:\n\n- [Oh My Zsh! Installation Guide](https://medium.com/wearetheledger/oh-my-zsh-made-for-cli-lovers-installation-guide-3131ca5491fb)\n- [Robby Russel's Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)\n- [Installing Powerline](https://askubuntu.com/questions/283908/how-can-i-install-and-use-powerline-plugin)\n- [Powerline Patched Fonts](https://github.com/powerline/fonts)\n- [Agnoster Theme Guide](https://gist.github.com/3712874)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvanzulli%2Fmyterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvanzulli%2Fmyterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvanzulli%2Fmyterminal/lists"}