From 22fe06d9146818acc15f662a75b5b7b6435429a3 Mon Sep 17 00:00:00 2001 From: Jose Jimenez Date: Sun, 25 Jan 2026 10:51:23 +0100 Subject: [PATCH] README updated --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +``` +