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

View File

@@ -0,0 +1,30 @@
[".asdf"]
type = "git-repo"
url = "https://github.com/asdf-vm/asdf.git"
exact = true
stripComponents = 1
refreshPeriod = "24h"
[".config/emacs"]
type = "git-repo"
url = "https://github.com/doomemacs/doomemacs"
exact = true
stripComponents = 1
refreshPeriod = "24h"
[".config/tmux/plugins/tpm"]
type = "git-repo"
url = "https://github.com/tmux-plugins/tpm.git"
exact = true
stripComponents = 1
refreshPeriod = "24h"
[".oh-my-zsh"]
type = "git-repo"
url = "https://github.com/ohmyzsh/ohmyzsh.git"
exact = true
stripComponents = 1
refreshPeriod = "24h"
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-autosuggestions.git"
exact = true
stripComponents = 1
refreshPeriod = "24h"