From a539e641c0784e89d169749c70a71b3509bf3439 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 18:23:46 +0100 Subject: [PATCH] Up. --- .chezmoi.toml.tmpl | 2 +- .../run_onchange_after_20-prepare-shell.sh.tmpl | 3 ++- home/dot_gitconfig.tmpl | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 3dbb1a7..8bd9370 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,4 @@ {{ $email := promptString "email" -}} [data] -email = {{ $email | quote }} +email = "{{ $email }}" diff --git a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl index 8a2db57..69108de 100644 --- a/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_20-prepare-shell.sh.tmpl @@ -88,7 +88,8 @@ log "Finish zsh installation" ## Install Atuin log "Installing atuin" -bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh) +cargo install atuin +ln -s ~/.asdf/installs/rust/1.76.0/bin/atuin .asdf/shims/atuin log "Finish atuin installation" diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index 10673c9..c707951 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,6 +1,6 @@ [user] name = Jeff LANCE - email = {{- .email | quote -}} + email = "{{ .email }}" [core] excludesfile = /home/jeff/.gitignore.global [credential]