From e3a76f447cf7ab1ff102581ab5199e6fa8eaa5d2 Mon Sep 17 00:00:00 2001 From: asteri Date: Sat, 2 May 2026 14:00:49 +0200 Subject: [PATCH] add installation script --- README.md | 2 +- install.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 install.sh diff --git a/README.md b/README.md index 25a5413..8de139a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Install ```bash -rm -rf ~/.config/nvim && git clone https://gitea.astrid-klipfel.fr/asteri/neovim.git ~/.config/nvim +curl -sf https://gitea.astrid-klipfel.fr/asteri/neovim/raw/branch/main/install.sh | sh ``` # Credits diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..f1404ae --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#!/bin/bash +sudo apt install git nodejs npm libfuse2 +rm -rf ~/.config/nvim +git clone https://gitea.astrid-klipfel.fr/asteri/neovim.git ~/Downloads/nvim +mkdir -p ~/Applications +curl -sf https://github.com/neovim/neovim/releases/download/v0.12.2/nvim-linux-arm64.appimage -o ~/Applications/nvim-linux-arm64.appimage +chmod +x ~/Applications/nvim-linux-x86_64.appimage +~/Applications/nvim-linux-x86_64.appimage