{"id":24487139,"url":"https://github.com/sofidevo/sofi-zsh","last_synced_at":"2025-05-07T22:41:00.910Z","repository":{"id":272104197,"uuid":"915541726","full_name":"SofiDevO/sofi-zsh","owner":"SofiDevO","description":"Zsh auto instaler and  configuring script","archived":false,"fork":false,"pushed_at":"2025-02-19T22:29:25.000Z","size":41,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T14:58:25.663Z","etag":null,"topics":["bash","bash-script","oh-my-zsh-theme","zsh-custom","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/SofiDevO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"SofiDevO","patreon":null,"open_collective":null,"ko_fi":"sofidev","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-01-12T05:49:22.000Z","updated_at":"2025-02-24T04:57:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e30e440-e08f-42ca-bd14-b277d587bb16","html_url":"https://github.com/SofiDevO/sofi-zsh","commit_stats":null,"previous_names":["sofidevo/sofi-zsh"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fsofi-zsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fsofi-zsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fsofi-zsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fsofi-zsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SofiDevO","download_url":"https://codeload.github.com/SofiDevO/sofi-zsh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967971,"owners_count":21833244,"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","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-script","oh-my-zsh-theme","zsh-custom","zshrc"],"created_at":"2025-01-21T15:33:31.345Z","updated_at":"2025-05-07T22:41:00.891Z","avatar_url":"https://github.com/SofiDevO.png","language":"Shell","funding_links":["https://github.com/sponsors/SofiDevO","https://ko-fi.com/sofidev"],"categories":[],"sub_categories":[],"readme":"# Sofi Zsh Installer Script 🦝\r\n\r\nThis script automates the installation and configuration of **Zsh**, **Oh My Zsh**, the **Powerlevel10k** theme, and popular plugins for Ubuntu systems, plus modern CLI tools and aliases.\r\n\r\n---\r\n\r\n## Prerequisites\r\n\r\n\r\n\r\nBefore running the scripts, make sure you're using a **Debian-based** distribution (such as Ubuntu) and have:\r\n\r\n\u003e [!WARNING]\r\n\u003e You need curl to run this script\r\n\r\nIntall curl by running:\r\n\r\n```bash\r\n  sudo apt  install curl\r\n```\r\n\r\n\r\n- **Root/sudo privileges**\r\n- **Node.js and npm** (for gitmoji installation)\r\n- **MesloLGS NF Font** (for proper icon display)\r\n\r\n\u003e [!IMPORTANT]\r\n\u003e **Font Installation Guide**\r\n\r\n1. Download the font:\r\n   - [MesloLGS NF Regular.ttf](https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf)\r\n\r\n2. Install the font:\r\n   - Open the `.ttf` file and click **Install**\r\n   - Set as terminal font in preferences\r\n\r\n---\r\n\r\n## Installation\r\n\r\n### One-line Installation:\r\n\r\n```bash\r\ncurl -fsSL https://raw.githubusercontent.com/SofiDevO/sofi-zsh/main/sofi-zsh.sh -o sofi-zsh.sh \u0026\u0026 bash sofi-zsh.sh \u0026\u0026 rm -f sofi-zsh.sh\r\n```\r\n\r\n## Features Overview\r\n\r\n### Core Components\r\n- **Zsh** with **Oh My Zsh** framework\r\n- **Powerlevel10k** theme with interactive configuration\r\n- Essential plugins:\r\n  - `zsh-autosuggestions`\r\n  - `zsh-syntax-highlighting`\r\n  - `fast-syntax-highlighting`\r\n  - `zsh-autocomplete`\r\n\r\n### Enhanced CLI Tools\r\n- **Bat** (cat clone with syntax highlighting)\r\n- **LSD** (modern ls replacement)\r\n- **Gitmoji** (emoji-based commit system)\r\n\r\n### Smart Aliases\r\n```bash\r\nalias cat=\"bat\"\r\nalias ls=\"lsd --group-dirs=first\"\r\nalias l=\"ls -l --group-dirs=first\"\r\nalias la=\"ls -a --group-dirs=first\"\r\nalias lla=\"ls -la --group-dirs=first\"\r\nalias lt=\"ls --tree --group-dirs=first\"\r\nalias commit=\"gitmoji -i \u0026\u0026 git add . \u0026\u0026 git commit\"\r\n```\r\n\r\n---\r\n\r\n## Custom Installation Options\r\n\r\n### Version Selection\r\nDuring installation, you can specify versions for:\r\n- **Bat**: [Releases](https://github.com/sharkdp/bat/releases)\r\n- **LSD**: [Releases](https://github.com/lsd-rs/lsd/releases)\r\n\r\nExample format: `bat_0.25.0_amd64.deb` or `lsd_1.1.5_amd64.deb`\r\n\r\n### Automatic Configuration\r\n- Bat themes and settings in `~/.bat.conf`\r\n- LSD directory sorting preferences\r\n- Gitmoji interactive commit workflow\r\n\r\n---\r\n\r\n## Post-Installation\r\nAfter installation completes:\r\n1. Restart your terminal\r\n2. Run `zsh` to start configuration wizard\r\n3. Customize Powerlevel10k prompts interactively\r\n\r\n---\r\n\r\n## Support My Work 💜\r\n\r\nIf you enjoy using this toolkit, consider supporting its development:\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/sponsors/SofiDevO\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/Sponsor%20me%20on%20GitHub-30363D?style=for-the-badge\u0026logo=github-sponsors\u0026logoColor=#EA4AAA\" alt=\"GitHub Sponsors\"\u003e\r\n  \u003c/a\u003e\r\n  \u003ca href=\"https://ko-fi.com/sofidev\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"https://img.shields.io/badge/Buy%20me%20a%20coffee-Ko--fi-ff5e5b?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white\" alt=\"Ko-fi\"\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n---\r\n\r\n## Contribution\r\n\r\nContributions welcome! Please:\r\n1. Fork the repository\r\n2. Create a feature branch\r\n3. Submit a PR with detailed description\r\n\r\n---\r\n\r\n## Credits\r\nSpecial thanks to:\r\n- Oh My Zsh \u0026 Powerlevel10k teams\r\n- Bat (sharkdp) \u0026 LSD (lsd-rs) developers\r\n- Gitmoji contributors\r\n- Zsh plugin maintainers\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofidevo%2Fsofi-zsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofidevo%2Fsofi-zsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofidevo%2Fsofi-zsh/lists"}