atuin fix, message test
This commit is contained in:
parent
f28c3138f2
commit
07e956d1dc
@ -59,11 +59,15 @@ echo
|
|||||||
echo "Changing shell to fish for user $USER"
|
echo "Changing shell to fish for user $USER"
|
||||||
sudo chsh -s $(which fish) $USER
|
sudo chsh -s $(which fish) $USER
|
||||||
|
|
||||||
|
echo "
|
||||||
|
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
##
|
##
|
||||||
## Install nix packet manager (single user)
|
## Install nix packet manager (single user)
|
||||||
##
|
##
|
||||||
################################################################################################################################
|
################################################################################################################################
|
||||||
|
"
|
||||||
|
sleep 3
|
||||||
|
|
||||||
bash <(curl -L https://nixos.org/nix/install) --no-daemon
|
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" -}}
|
{{ if eq .chezmoi.os "linux" -}}
|
||||||
## install atuin
|
fish -c "nix-env -iA nixpkgs.atuin"
|
||||||
fish -c "nix-env -iA nixpkgs.neovim"
|
|
||||||
fish -c "nix-env -iA nixpkgs.jump"
|
fish -c "nix-env -iA nixpkgs.jump"
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user