Update home/.chezmoiscripts/20-prepare-shell.sh
Add home/.gitconfig Update home/.zshrc
This commit is contained in:
parent
85603841a6
commit
29bf1ee984
@ -88,7 +88,7 @@ log "Finish zsh installation"
|
|||||||
## Install Atuin
|
## Install Atuin
|
||||||
log "Installing atuin"
|
log "Installing atuin"
|
||||||
|
|
||||||
cargo install atuin
|
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
|
||||||
|
|
||||||
log "Finish atuin installation"
|
log "Finish atuin installation"
|
||||||
|
|
||||||
|
15
home/dot_gitconfig.tmpl
Normal file
15
home/dot_gitconfig.tmpl
Normal 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
|
@ -222,6 +222,12 @@ eval "$(direnv hook zsh)"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# atuin
|
||||||
|
eval "$(atuin init zsh)"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# gnome-keyring-daemon
|
# gnome-keyring-daemon
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user