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 #