·configuring-zsh
</>

configuring-zsh

Configure and troubleshoot Zsh shell. Use when editing .zshenv, .zprofile, .zshrc, .zlogin, or .zlogout, setting up powerlevel10k prompt, configuring oh-my-zsh or sheldon plugin manager, fixing PATH or environment variables, debugging slow shell startup, setting up completions/compinit/fpath, or working with zsh-autocomplete, zsh-autosuggestions, or zsh-syntax-highlighting plugins.

9Installs·1Trend·@mrpointer

Installation

$npx skills add https://github.com/mrpointer/dotfiles --skill configuring-zsh

How to Install configuring-zsh

Quickly install configuring-zsh AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mrpointer/dotfiles --skill configuring-zsh
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mrpointer/dotfiles.

SKILL.md

View raw

| Startup file order | startup-files.md | | oh-my-zsh patterns | oh-my-zsh.md | | powerlevel10k setup | powerlevel10k.md | | sheldon plugin manager | sheldon.md | | Plugin load order | plugins.md | | Performance tuning | performance.md |

| Set env vars / PATH / locales | Read startup-files.md → edit .zshenv or .zprofile | | Configure aliases, keybinds, completions, prompt | Edit .zshrc | | Fix performance issues | Read performance.md → profile startup | | Add/configure plugins | Read plugins.md + relevant manager reference |

| Add env var | .zshenv (everywhere) vs .zprofile (login) vs .zshrc (interactive) | | Fix PATH | Ensure ordering, remove duplicates, avoid PATH=$PATH:... in multiple files | | Enable completions | Set fpath → compinit once → cache if needed | | Add plugin | Choose manager → ensure correct load order |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mrpointer/dotfiles --skill configuring-zsh
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from mrpointer/dotfiles

Quick answers

What is configuring-zsh?

Configure and troubleshoot Zsh shell. Use when editing .zshenv, .zprofile, .zshrc, .zlogin, or .zlogout, setting up powerlevel10k prompt, configuring oh-my-zsh or sheldon plugin manager, fixing PATH or environment variables, debugging slow shell startup, setting up completions/compinit/fpath, or working with zsh-autocomplete, zsh-autosuggestions, or zsh-syntax-highlighting plugins. Source: mrpointer/dotfiles.

How do I install configuring-zsh?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mrpointer/dotfiles --skill configuring-zsh Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mrpointer/dotfiles

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22