{"id":25637871,"url":"https://github.com/shell-ninja/zsh","last_synced_at":"2026-06-15T06:02:50.131Z","repository":{"id":245799014,"uuid":"741908360","full_name":"shell-ninja/Zsh","owner":"shell-ninja","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-31T15:42:27.000Z","size":453,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T16:37:36.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/shell-ninja.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":"2024-01-11T11:08:52.000Z","updated_at":"2025-01-31T15:42:30.000Z","dependencies_parsed_at":"2024-07-25T07:23:49.004Z","dependency_job_id":"f45374ec-ac1a-48b7-9dcd-114d6694ff35","html_url":"https://github.com/shell-ninja/Zsh","commit_stats":null,"previous_names":["me-js-bro/zsh","shell-ninja/zsh"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FZsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FZsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FZsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shell-ninja%2FZsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shell-ninja","download_url":"https://codeload.github.com/shell-ninja/Zsh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240258116,"owners_count":19772969,"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":[],"created_at":"2025-02-23T01:40:22.068Z","updated_at":"2026-06-15T06:02:50.126Z","avatar_url":"https://github.com/shell-ninja.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCustom zsh by Shell Ninja\u003c/h1\u003e\n\n## Features\n\n- Custom functions and alias\n- Lightweight package manager `zinit`\n- Better `ls` with `eza`\n- Better `cd` with `zoxide`\n- Better `cat` with `bat`\n- Fuzzy finding with `fzf` and preview with `bat`\n- Auto correct commands.\n- Command mistake correction with `thefu*k`\n- Minimal `powerlevel10k` theme\n- Syntax highlighting\n- Auto suggestions\n- Autocd\n\n### Note\n\nBy default, all the config files will be storred into a `.zsh` directory in your `$HOME` directory.\n\n### Customization\n\nIf you want to customize it after the installation, just navigate to `~/.zsh` directory and open it with your prferred text editor. Now you will be able to make changes to your `.zshrc`, `.p10k.zsh` and other files.\n\n### Supported Distros for the install script\n\nThe installation script is be able to install necessary packages with `pacman`, `dnf`, `zypper`, `apt` package managers. I'm not sure if it will work with `brew` in `MacOs`, yet I have added scripts for it.\n\n## Installation\n\n### Direct Installation\n\nYou can directly run the command bellow and it will automaticly clone the repository and install the config. Before that make sure you have `curl` installed in your system. If not, simply install it using `pacman`, `dnf`, `zypper` or `apt`.\n\n- Run this command in your terminal:\n\n```\nbash \u003c(curl https://raw.githubusercontent.com/shell-ninja/Zsh/main/direct_install.sh)\n```\n\n### Manual Installation\n\n- Open terminal and run these commands.\n\n```\ngit clone --depth=1 https://github.com/shell-ninja/Zsh.git\n\ncd Zsh\nchmod +x install.sh\n./install.sh\n```\n\n## Edit alias \u0026 functions\n\nSimply go to `~/.zsh` directory. Inside it, you will find `.zshrc`, `alias.zsh` and `functions.sh` and `functions.zsh` file. Just edit these files and you are good to go.\n\n\u003cbr\u003e\n\n## Command Shortcuts\n\n| Shortcut  | Command                                                                               | Description                                                                                              |\n| --------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |\n| `cu`      | `paru/yay -Qua / checkupdates`, `sudo dnf check-update` or `sudo zypper list-updates` | Checks system updates (Arch, Fedora, OpenSuse. Also prints both Official and Aur updates in Arch Linux). |\n| `update`  | `paru/yay -Syyu`, `sudo dnf upgrade`, `sudo zypper update`, or `sudo apt-get update`  | Updates the system packages (Arch, Fedora, OpenSuse, Debian/Ubuntu).                                     |\n| `install` | `paru/yay -S`, `sudo dnf install`, `sudo zypper install`, or `sudo apt-get install`   | Install package (Arch, Fedora, OpenSuse, Debian/Ubuntu).                                                 |\n| `remove`  | `paru/yay -Rns`, `sduo dnf remove`, `sudo zypper remove`, or `sudo apt-get remove`    | Uninstall package (Arch, Fedora, OpenSuse, Debian/Ubuntu).                                               |\n| `add`     | `git add .`                                                                           | Add.                                                                                                     |\n| `clone`   | `git clone`                                                                           | Clone a repository.                                                                                      |\n| `cloned`  | `git clone --depth=1`                                                                 | Clone a repository with depth 1.                                                                         |\n| `commit`  | `git commit -m`                                                                       | Commit with a message.                                                                                   |\n| `push`    | `git push`                                                                            | Push changes to the remote repository.                                                                   |\n| `pushm`   | `git push -u origin main`                                                             | Push changes and set upstream to main.                                                                   |\n| `pusho`   | `git push origin [branch]`                                                            | Push to a specified branch.                                                                              |\n| `pull`    | `git pull origin [branch]`                                                            | Pull from a specified branch.                                                                            |\n| `info`    | `git info`                                                                            | Git Information.                                                                                         |\n| `gpush`   | `binding of some commands`                                                            | Binding of `git add .`, `git commit -m \"commit msg\"`, `git push`                                         |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshell-ninja%2Fzsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshell-ninja%2Fzsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshell-ninja%2Fzsh/lists"}