Full Code of abhigenie92/zsh_to_fish for AI

master 66c8e2a10b34 cached
1 files
1003 B
354 tokens
1 requests
Download .txt
Repository: abhigenie92/zsh_to_fish
Branch: master
Commit: 66c8e2a10b34
Files: 1
Total size: 1003 B

Directory structure:
gitextract_wu_7lnoy/

└── README.md

================================================
FILE CONTENTS
================================================

================================================
FILE: README.md
================================================
# zsh_to_fish
How to make zsh like fish?


1. Install oh-my-zsh
```
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
```

2. Clone necessary plugins.
```
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
```

3. Add plugins to `~/.zshrc` as
```
plugins=( [plugins...] zsh-autosuggestions history-substring-search zsh-syntax-highlighting)
```
Note: make sure zsh-syntax-highlighting is the last one in the above list.

4. Fix background theme issues(, not necessary depends on your theme.)
Add the following line to your `~/.zshrc`.
```
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
```

5. Restart zsh
```
source ~/.zshrc
```
Download .txt
gitextract_wu_7lnoy/

└── README.md
Condensed preview — 1 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1K chars).
[
  {
    "path": "README.md",
    "chars": 1003,
    "preview": "# zsh_to_fish\nHow to make zsh like fish?\n\n\n1. Install oh-my-zsh\n```\nsh -c \"$(wget https://raw.githubusercontent.com/robb"
  }
]

About this extraction

This page contains the full source code of the abhigenie92/zsh_to_fish GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1 files (1003 B), approximately 354 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!