From 07e956d1dc7706ad587d8a1304ae69bff2b06a98 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 15:33:30 +0300 Subject: [PATCH] atuin fix, message test --- run_once_before_install_main_deps.sh.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index fb8dd74..de247f1 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -59,11 +59,15 @@ echo echo "Changing shell to fish for user $USER" sudo chsh -s $(which fish) $USER +echo " + ################################################################################################################################ ## ## Install nix packet manager (single user) ## ################################################################################################################################ +" +sleep 3 bash <(curl -L https://nixos.org/nix/install) --no-daemon @@ -92,8 +96,7 @@ bash <(curl -L https://nixos.org/nix/install) --no-daemon ################################################################################################################################ {{ if eq .chezmoi.os "linux" -}} - ## install atuin - fish -c "nix-env -iA nixpkgs.neovim" + fish -c "nix-env -iA nixpkgs.atuin" fish -c "nix-env -iA nixpkgs.jump" {{ end -}}