From b34576318cb92c8ed736fca12e5099e464a0d295 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 15 Feb 2023 23:49:03 +0100 Subject: Remove bootstrap script --- bootstrap | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 bootstrap diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 279b2a7..0000000 --- a/bootstrap +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -datadir="$HOME/.local/share/nvim" -pluginsdir="$datadir/lazy" - -clone() { - user="$1" - plugin="$2" - plugindir="$pluginsdir/$plugin" - [ ! -d "$plugindir" ] && git clone --filter=blob:none --single-branch "https://github.com/$user/$plugin.git" "$plugindir" -} - -[ ! -d "$datadir" ] && echo "Neovim does not seem to be installed!" && exit 1 -clone "folke" "lazy.nvim" -clone "rktjmp" "hotpot.nvim" -exit 0 -- cgit v1.2.3-70-g09d2