1
0

Update home/.chezmoiscripts/20-prepare-shell.sh

Add home/.gitconfig
Update home/.zshrc
This commit is contained in:
Jeff Lance 2024-03-03 17:59:32 +01:00
parent 85603841a6
commit 29bf1ee984
3 changed files with 22 additions and 1 deletions

View File

@ -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"

15
home/dot_gitconfig.tmpl Normal file
View File

@ -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

View File

@ -222,6 +222,12 @@ eval "$(direnv hook zsh)"
#
# atuin
eval "$(atuin init zsh)"
#
# gnome-keyring-daemon
#