{"id":21585689,"url":"https://github.com/cyb0rgdoll/easyzsh","last_synced_at":"2026-04-17T15:33:47.705Z","repository":{"id":172658663,"uuid":"626580107","full_name":"cyb0rgdoll/easyzsh","owner":"cyb0rgdoll","description":"My zsh shell configuration","archived":false,"fork":false,"pushed_at":"2025-04-09T17:19:56.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T18:34:59.337Z","etag":null,"topics":["cfg","kali-scripts","shell","terminal","termux","zsh","zsh-configuration","zsh-custom","zshconfig","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/cyb0rgdoll.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":"2023-04-11T18:50:54.000Z","updated_at":"2025-04-09T17:20:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed6fb567-4c2e-49a0-9633-4386f5068dc6","html_url":"https://github.com/cyb0rgdoll/easyzsh","commit_stats":null,"previous_names":["cyb0rgdoll/easyzsh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cyb0rgdoll/easyzsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyb0rgdoll%2Feasyzsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyb0rgdoll%2Feasyzsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyb0rgdoll%2Feasyzsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyb0rgdoll%2Feasyzsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyb0rgdoll","download_url":"https://codeload.github.com/cyb0rgdoll/easyzsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyb0rgdoll%2Feasyzsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["cfg","kali-scripts","shell","terminal","termux","zsh","zsh-configuration","zsh-custom","zshconfig","zshrc"],"created_at":"2024-11-24T15:11:30.639Z","updated_at":"2026-04-17T15:33:47.693Z","avatar_url":"https://github.com/cyb0rgdoll.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n## Install Zsh\u003c/a\u003e\u003c/h2\u003e\n\u003cp\u003eDepending on your platform, I use Termux for Android, Debian for Raspberry Pi and Kali on Windows Subsystem for Linux - WSL).. you can install Zsh with the following:\u003c/p\u003e\n\u003cpre class=\"language-bash\"\u003e\u003c!-- HTML_TAG_START --\u003e\u003ccode class=\"language-bash\"\u003e\u003cspan class=\"token function\"\u003esudo\u003c/span\u003e \u003cspan class=\"token function\"\u003eapt\u003c/span\u003e \u003cspan class=\"token function\"\u003einstall\u003c/span\u003e \u003cspan class=\"token function\"\u003ezsh\u003c/span\u003e\u003c/code\u003e\u003c!-- HTML_TAG_END --\u003e\u003c/pre\u003e\n\n\n\u003cp\u003e If you're on Android using Termux, install by typing:\u003c/p\u003epkg install zsh\n\n\u003cp\u003eIf you’re on macOS and use Brew you can install Zsh with the\nfollowing:\u003c/p\u003e\n\u003cpre class=\"language-bash\"\u003e\u003c!-- HTML_TAG_START --\u003e\u003ccode class=\"language-bash\"\u003ebrew \u003cspan class=\"token function\"\u003einstall\u003c/span\u003e \u003cspan class=\"token function\"\u003ezsh\u003c/span\u003e\u003c/code\u003e\u003c!-- HTML_TAG_END --\u003e\u003c/pre\u003e\n\n\u003ch2 id=\"install-oh-my-zsh\"\u003e\u003ca href=\"#install-oh-my-zsh\"\u003eInstall Oh My Zsh\u003c/a\u003e\u003c/h2\u003e\n\u003cp\u003eZsh has a framework that you can use with it called \u003ca href=\"https://ohmyz.sh/\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eOh My Zsh\u003c/a\u003e this\nadds a lot of functionality to the shell, more on this in the guide.\u003c/p\u003e\n\u003cp\u003eInstalling Oh My Zsh is as simple as:\u003c/p\u003e\n\u003cpre class=\"language-bash\"\u003e\u003c!-- HTML_TAG_START --\u003e\u003ccode class=\"language-bash\"\u003e\u003cspan class=\"token function\"\u003esh\u003c/span\u003e \u003cspan class=\"token parameter variable\"\u003e-c\u003c/span\u003e \u003cspan class=\"token string\"\u003e\"\u003cspan class=\"token variable\"\u003e\u003cspan class=\"token variable\"\u003e$(\u003c/span\u003e\u003cspan class=\"token function\"\u003ecurl\u003c/span\u003e \u003cspan class=\"token parameter variable\"\u003e-fsSL\u003c/span\u003e https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh\u003cspan class=\"token variable\"\u003e)\u003c/span\u003e\u003c/span\u003e\"\u003c/span\u003e\u003c/code\u003e\u003c!-- HTML_TAG_END --\u003e\u003c/pre\u003e\n\u003cp\u003eOnce installed you will have a \u003ccode\u003e~/.zshrc\u003c/code\u003e file that you can edit to\nadd additional functionality to the shell.\u003c/p\u003e\n\u003cp\u003eThe \u003ccode\u003e~\u003c/code\u003e here represents the home directory of your current logged in\nuser. So if you were to do \u003ccode\u003ecd ~\u003c/code\u003e you would be in your home directory.\u003c/p\u003e\n\u003cp\u003eOne of the joys of Zsh is that many commands are contextual so the\n\u003ccode\u003ecd ~\u003c/code\u003e can be shortened to \u003ccode\u003e~\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eAnother nice one is changing directories, in bash you’d need to\n\u003ccode\u003ecd ..\u003c/code\u003e to go back a directory. In Zsh you can use \u003ccode\u003e..\u003c/code\u003e to go back a\ndirectory. To go back three directories you can use \u003ccode\u003e...\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eAnyway, the \u003ca href=\"https://github.com/ohmyzsh/ohmyzsh/blob/master/templates/zshrc.zsh-template\" rel=\"noopener noreferrer\" target=\"_blank\"\u003edefault \u003ccode\u003e.zshrc\u003c/code\u003e file\u003c/a\u003e is filled with helpful comments to\nguide you through its usage.\u003c/p\u003e\n\u003cp\u003eIf you \u003ccode\u003ecat\u003c/code\u003e out the contents of the \u003ccode\u003e.zshrc\u003c/code\u003e (with \u003ccode\u003ecat ~/.zshrc\u003c/code\u003e)\nfile you’ll see something similar to what I just linked.\u003c/p\u003e\n\u003cp\u003eYou can edit the \u003ccode\u003e.zshrc\u003c/code\u003e file with your text editor of choice, I use\n\u003ccode\u003enano\u003c/code\u003e but you can use any text editor, VS Code even, use\n\u003ccode\u003ecode ~/.zshrc\u003c/code\u003e from the terminal to start editing with VS Code.\u003c/p\u003e\n\n## [Install Powerlevel10k](https://github.com/romkatv/powerlevel10k) \n\n```\ngit clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k\n```\n\n\u003e\u003e\u003e Basic quick zsh install instructions \n\n## Install with curl\n\n```sh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"```\n\n## Enabling Plugins (zsh-autosuggestions \u0026 zsh-syntax-highlighting)\n\nInstall git first\n\napt install git [Linux; Ubuntu, Kali]\npkg install git [Termux and others]\nbrew install git [MacOS]\n\nDownload zsh-autosuggestions by typing:\n\n```git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions```\n\nDownload zsh-syntax-highlighting by typing:\n\n```git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting```\n\n```nano ~/.zshrc find plugins=(git)``` \n\n(this is to edit your zsh configuration profile that's in your current root/home directory)\n\n\u003e\u003e\u003e Add zsh-autosuggestions \u0026 zsh-syntax-highlighting to plugins() like this\n\n```plugins=(git zsh-autosuggestions zsh-syntax-highlighting)```\n\n\n\u003ch2 id=\"oh-my-zsh-configuration\"\u003e\u003ca href=\"#oh-my-zsh-configuration\"\u003eOh My Zsh configuration\u003c/a\u003e\u003c/h2\u003e\n\u003cp\u003eSo if we take a look at my current configuration (modify or add as much you like that suits you and your terminal) ```.zshrc```\n\n```\n\n# -- [ Basic WSL2 Detection ] --\nis_wsl() {\n  grep -qiE \"(microsoft|wsl)\" /proc/version\n}\n\n# -- [ Gitstatus crash fix ] --\nexport GITSTATUS_LOG_LEVEL=OFF\nexport POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true\nexport POWERLEVEL9K_INSTANT_PROMPT=quiet\n\n# -- [ Theme / Oh My Zsh ] --\nexport ZSH=\"$HOME/.oh-my-zsh\"\nZSH_THEME=\"powerlevel10k/powerlevel10k\"\n\nplugins=(\n  git\n  z\n  zsh-autosuggestions\n  zsh-syntax-highlighting\n  docker\n  command-not-found\n  history-substring-search\n  sudo\n  extract\n  man\n)\n\nsource $ZSH/oh-my-zsh.sh\n\n# -- [ Instant prompt cache ] --\nif [[ -r \"${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh\" ]]; then\n  source \"${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh\"\nfi\n\n# -- [ Language + Editor ] --\nexport LANG=en_US.UTF-8\nexport EDITOR='nano'\n\n# -- [ LS Color scheme ] --\nexport LS_COLORS=\"rs=0:no=00:di=01;34:ln=01;36:so=01;33:pi=01;33:ex=01;32\"\n\n# -- [ Default directory on launch ] --\ncd ~/panda\n\n# -- [ PATH Purification for WSL2 ] --\nif is_wsl; then\n  export PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$HOME/.local/bin:$HOME/bin\"\nfi\n\n# -- [ PYENV Setup ] --\nexport PYENV_ROOT=\"$HOME/.pyenv\"\n[[ -d $PYENV_ROOT/bin ]] \u0026\u0026 export PATH=\"$PYENV_ROOT/bin:$PATH\"\neval \"$(pyenv init -)\"\n\n# -- [ Conda Setup (WSL-compatible)] --\nif [[ -f \"$HOME/miniconda3/etc/profile.d/conda.sh\" ]]; then\n  source \"$HOME/miniconda3/etc/profile.d/conda.sh\"\n  conda activate base\nfi\n\n# -- [ Golang Setup ] --\nexport GOROOT=\"/usr/local/go\"\nexport GOPATH=\"$HOME/go\"\nexport PATH=\"$GOPATH/bin:$GOROOT/bin:$PATH\"\n\n# -- [ Neofetch on start ] --\nneofetch\n\n# -- [ Syntax Highlighting + Completion ] --\nautoload -U compinit \u0026\u0026 compinit\n\n# Compilation flags\n# export ARCHFLAGS=\"-arch x86_64\"\n\n# For a full list of active aliases, run `alias`.\n#\n# Example aliases\n# alias zshconfig=\"mate ~/.zshrc\"\n# alias ohmyzsh=\"mate ~/.oh-my-zsh\"\n\nsource ~/powerlevel10k/powerlevel10k.zsh-theme\nsource \"$ZSH/oh-my-zsh.sh\"\n\n# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\n```\n\n**Change your default shell**\n\n```\nchsh -s $(which zsh)\n```\n\nYou must log out from your user session and log back in to see this change.\n\nInitialize your new zsh configuration\n\nOnce you open up a new terminal window, it should load zsh with your editted Oh My Zsh's configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyb0rgdoll%2Feasyzsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyb0rgdoll%2Feasyzsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyb0rgdoll%2Feasyzsh/lists"}