From 8b93ce2b1bddd873ebda5c58db1cae9c444307f3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 16:29:26 +0200 Subject: bootstrap: Remove These scripts can be useful for the future, but currently they are just tech-dept. --- bootstrap/03_config_setup.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 bootstrap/03_config_setup.sh (limited to 'bootstrap/03_config_setup.sh') diff --git a/bootstrap/03_config_setup.sh b/bootstrap/03_config_setup.sh deleted file mode 100755 index 872d1fe1..00000000 --- a/bootstrap/03_config_setup.sh +++ /dev/null @@ -1,21 +0,0 @@ -#! /usr/bin/env dash - -# nixos-config - My current NixOS configuration -# -# Copyright (C) 2025 Benedikt Peetz -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This file is part of my nixos-config. -# -# You should have received a copy of the License along with this program. -# If not, see . - -# shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH - -# clone packer.nvim to the needed dir, for the nvim install to work -git clone --depth 1 https://github.com/wbthomason/packer.nvim /mnt/srv/home/soispha/.local/share/nvim/site/pack/packer/start/packer.nvim - -nixos-enter --command 'nvim -c "PackerSync" -c "qall" -u "/mnt/srv/home/soispha/.config/nvim/init.lua" --headless' - -# vim: ft=sh -- cgit 1.4.1