Home

Awesome

Unraid Oh My Zsh Plugin

This plugin adds convenient aliases and functions for managing your Unraid server directly from the command line.

Installation

  1. Clone this repository into your Oh My Zsh custom plugins directory:

    git clone https://github.com/donbuehl/zsh-unraid.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/unraid
    
  2. Add unraid to your plugin list in your .zshrc file:

    plugins=(... unraid)
    
  3. Reload your .zshrc or restart your shell:

    source ~/.zshrc
    

Features

Array Management

User Scripts

Docker Management

VM Management

Quick Directory Navigation

Plugin Directory Navigation

System Information

Notes

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.