From 9a76c7c7db5a1bf1952ff91dd757666903bf5236 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 2 Jul 2023 11:05:05 +0200 Subject: Fix(bootstrap): Finished scripts --- bootstrap/03_config_setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap/03_config_setup') diff --git a/bootstrap/03_config_setup b/bootstrap/03_config_setup index 577cb8eb..c3e7e07e 100755 --- a/bootstrap/03_config_setup +++ b/bootstrap/03_config_setup @@ -7,6 +7,7 @@ SHELL_LIBRARY_VERSION="1.1.4" . %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 -nvim -c 'PackerSync' -c 'qall' -u '/mnt/srv/home/soispha/.config/nvim/init.lua' --headless +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