diff --git a/README.md b/README.md index 791f9a6..eda9634 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,15 @@ Run `./install.sh --help` to see all available options and details. ./install.sh --theme # Set Oh My Zsh theme (default: clean) ./install.sh --add-nvm # Enable Node Version Manager config ``` + +## One-line install + +```bash +curl -fsSL https://raw.githubusercontent.com/jjsalinas/dotfiles/main/install.sh | bash +``` + +With options +```bash +curl -fsSL https://raw.githubusercontent.com/jjsalinas/dotfiles/main/install.sh | bash -s -- --theme clean --add-nvm +``` +