trying chezmoi

This commit is contained in:
2024-09-13 17:35:03 -04:00
parent 2de443f050
commit 4af88f7422
12 changed files with 461 additions and 0 deletions

6
chezmoi/dot_zshenv Normal file
View File

@ -0,0 +1,6 @@
export EDITOR="vim"
export GOPATH="$HOME/.go"
export PATH="$PATH${PATH:+:}$HOME/.cargo/bin:$HOME/.deno/bin:$HOME/.config/emacs/bin:$HOME/.go/bin:$HOME/.local/bin"