From 29bf1ee984e56e74778379dd607e1228430c87f3 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 17:59:32 +0100 Subject: [PATCH] Update home/.chezmoiscripts/20-prepare-shell.sh Add home/.gitconfig Update home/.zshrc --- .../run_onchange_after_20-prepare-shell.sh.tmpl | 2 +- home/dot_gitconfig.tmpl | 15 +++++++++++++++ home/dot_zshrc | 6 ++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 home/dot_gitconfig.tmpl 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 edb9f69..8a2db57 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,7 @@ log "Finish zsh installation" ## Install Atuin log "Installing atuin" -cargo install atuin +bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh) log "Finish atuin installation" diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl new file mode 100644 index 0000000..6ef1f48 --- /dev/null +++ b/home/dot_gitconfig.tmpl @@ -0,0 +1,15 @@ +[user] + email = email@jefflance.me + name = Jeff LANCE +[core] + excludesfile = /home/jeff/.gitignore.global +[credential] + helper = store +[init] + defaultBranch = master +[pull] + ff = only +[gui] + fontui = -family \"FantasqueSansMono Nerd Font\" -size 11 -weight normal -slant roman -underline 0 -overstrike 0 + fontdiff = -family \"FantasqueSansM Nerd Font Mono\" -size 11 -weight normal -slant roman -underline 0 -overstrike 0 + tabsize = 4 diff --git a/home/dot_zshrc b/home/dot_zshrc index eec574c..cf71277 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -222,6 +222,12 @@ eval "$(direnv hook zsh)" +# +# atuin +eval "$(atuin init zsh)" + + + # # gnome-keyring-daemon #