From f87ae3991a23af2ec6ea6b8783f27f97918940c3 Mon Sep 17 00:00:00 2001 From: Mani Arasteh Date: Sat, 29 Mar 2025 18:27:54 +0330 Subject: [PATCH 1/2] Update installation.md --- docs/installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 466c2b7991..24842508cf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,6 +4,16 @@ sidebar_position: 2 # 🛠️ Installation +Mani Arasteh ([@ManiProjs](https://github.com/ManiProjs)) created an script named LazyInstaller. + +> [!WARNING] +> Even if you trust the author of the script, you must review it before doing anything for security. + +If you don't to manually do these things below, you can use this script by Mani Arasteh if you use macOS or Linux: +``` +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ManiProjs/lazyinstaller/refs/heads/main/install.sh)" +``` + You can find a starter template for **LazyVim** [here](https://github.com/LazyVim/starter) import Tabs from '@theme/Tabs'; From 8804baed389e3cb3993ddfc69d5b318c33d0c64a Mon Sep 17 00:00:00 2001 From: Mani Arasteh Date: Sat, 29 Mar 2025 21:51:56 +0330 Subject: [PATCH 2/2] I created a script for installing LazyVim --- docs/installation.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 24842508cf..57603ba2f0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,16 +4,6 @@ sidebar_position: 2 # 🛠️ Installation -Mani Arasteh ([@ManiProjs](https://github.com/ManiProjs)) created an script named LazyInstaller. - -> [!WARNING] -> Even if you trust the author of the script, you must review it before doing anything for security. - -If you don't to manually do these things below, you can use this script by Mani Arasteh if you use macOS or Linux: -``` -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ManiProjs/lazyinstaller/refs/heads/main/install.sh)" -``` - You can find a starter template for **LazyVim** [here](https://github.com/LazyVim/starter) import Tabs from '@theme/Tabs'; @@ -22,6 +12,14 @@ import TabItem from '@theme/TabItem'; +Mani Arasteh ([@ManiProjs](https://github.com/ManiProjs)) made an script named LazyInstaller. +If you don't want to manually do these things below, you can use this script by Mani Arasteh if you use macOS or Linux: +``` +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ManiProjs/lazyinstaller/refs/heads/main/install.sh)" +``` + +Follow the guide below to install manually + Install the [LazyVim Starter](https://github.com/LazyVim/starter) - Make a backup of your current Neovim files: