{"id":25909327,"url":"https://github.com/kaweees/zsh","last_synced_at":"2026-04-09T18:04:33.482Z","repository":{"id":240127690,"uuid":"801751429","full_name":"Kaweees/zsh","owner":"Kaweees","description":" 🖥️ My custom configurations for zsh (Z shell) with an emphasis on speed and an efficient display of information","archived":false,"fork":false,"pushed_at":"2024-09-16T18:32:33.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-16T23:30:18.165Z","etag":null,"topics":["debian","dotfiles","zsh"],"latest_commit_sha":null,"homepage":"https://miguelvf.dev/blog/zsh","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kaweees.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":"2024-05-16T20:58:35.000Z","updated_at":"2024-09-16T18:32:36.000Z","dependencies_parsed_at":"2024-05-21T03:02:00.919Z","dependency_job_id":"c7f58621-369b-4a15-aa11-001e9f1b5226","html_url":"https://github.com/Kaweees/zsh","commit_stats":null,"previous_names":["kaweees/super-duper-happiness","kaweees/zsh"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaweees%2Fzsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaweees%2Fzsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaweees%2Fzsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaweees%2Fzsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kaweees","download_url":"https://codeload.github.com/Kaweees/zsh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629766,"owners_count":19993710,"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":["debian","dotfiles","zsh"],"created_at":"2025-03-03T08:17:11.797Z","updated_at":"2026-04-09T18:04:33.476Z","avatar_url":"https://github.com/Kaweees.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n\u003cdiv align=\"left\"\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n\n\u003c/div\u003e\n\n\u003ca href=\"https://github.com/Kaweees/zsh\"\u003e\n  \u003cimg alt=\"ZSH Logo\" src=\"assets/img/zsh.png\" align=\"right\" width=\"150\"\u003e\n\u003c/a\u003e\n\n\u003cdiv align=\"left\"\u003e\n  \u003ch1\u003e\u003cem\u003e\u003ca href=\"https://miguelvf.dev/blog/dotfiles/compendium\"\u003e~zsh\u003c/a\u003e\u003c/em\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\nMy custom configurations for zsh (Z shell) with an emphasis on speed and an efficient display of information\n\n### Built With\n\n[![Python][Python-shield]][Python-url]\n[![GitHub Actions][github-actions-shield]][github-actions-url]\n[![Docker][Docker-shield]][Docker-url]\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\n### Prerequisites\n\nBefore attempting to build this project, make sure you have [git](https://git-scm.com/downloads), [zsh](https://zsh.sourceforge.io/FAQ/zshfaq01.html#l1), and [direnv](https://direnv.net/#basic-installation) installed on your machine.\n\n### Installation\n\nTo get a local copy of the project up and running on your machine, follow these simple steps:\n\n1. Install the dependencies\n\n   ```sh\n   sudo apt install -y zsh stow direnv fzf tmux git libnotify-bin zoxide vim neovim git git-lfs\n   ```\n\n2. Clone the project repository\n\n   ```sh\n   git clone https://github.com/Kaweees/zsh.git ~/zsh\n   cd ~/zsh\n   ```\n\n3. Install the [Gitstatus](https://github.com/romkatv/gitstatus) extension\n\n   ```sh\n   git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/gitstatus\n   ```\n\n4. Set zsh as default shell\n\n   ```sh\n   sudo chsh -s $(which zsh)\n   ```\n\n   Alternatively, edit `/etc/passwd` directly:\n\n   ```sh\n   sudo vim /etc/passwd\n   ```\n\n   Find your user line and change the shell at the end from `/bin/bash` to `/usr/bin/zsh`.\n\n5. Stow the dotfiles\n\n   ```sh\n   stow -t ~ .\n   ```\n\n6. Verify the installation\n\n   ```sh\n   getent passwd $USER # The last field should show zsh\n   ```\n\n7. Log out and log back in to apply the changes and verify the installation.\n\n   ```sh\n   echo $0 # Should show zsh or -zsh\n   ```\n\n\u003c!-- PROJECT FILE STRUCTURE --\u003e\n\n## Project Structure\n\n```sh\n.zsh/\n├── .zshrc                          - ZSH configuration\n├── aliases.zsh                     - Program aliases\n├── functions.zsh                   - Functions\n├── keybinds.zsh                    - Keybinds\n├── plugins.zsh                     - Zinit plugins\n├── prompt.zsh                      - Shell prompt\n├── LICENSE                         - Project license\n└── README.md                       - You are here\n```\n\n## License\n\nThe source code for this project is distributed under the terms of the GNU General Public License v3.0, as I firmly believe that collaborating on free and open-source software fosters innovations that mutually and equitably beneficial to both collaborators and users alike. See [`LICENSE`](./LICENSE) for details and more information.\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/Kaweees/zsh.svg?style=for-the-badge\n[contributors-url]: https://github.com/Kaweees/zsh/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Kaweees/zsh.svg?style=for-the-badge\n[forks-url]: https://github.com/Kaweees/zsh/network/members\n[stars-shield]: https://img.shields.io/github/stars/Kaweees/zsh.svg?style=for-the-badge\n[stars-url]: https://github.com/Kaweees/zsh/stargazers\n\n\u003c!-- MARKDOWN SHIELD BAGDES \u0026 LINKS --\u003e\n\u003c!-- https://github.com/Ileriayo/markdown-badges --\u003e\n\n[Python-shield]: https://img.shields.io/badge/Python-%23008080.svg?style=for-the-badge\u0026logo=python\u0026logoColor=306998\u0026labelColor=222222\u0026color=306998\n[Python-url]: https://www.python.org/\n[github-actions-shield]: https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge\u0026logo=githubactions\u0026logoColor=2671E5\u0026labelColor=222222\u0026color=2671E5\n[github-actions-url]: https://github.com/features/actions\n[Docker-shield]: https://img.shields.io/badge/docker-%232671E5.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=1D63ED\u0026labelColor=222222\u0026color=1D63ED\n[Docker-url]: https://www.docker.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaweees%2Fzsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaweees%2Fzsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaweees%2Fzsh/lists"}