dotfiles/chezmoi/.chezmoiexternal.toml

25 lines
607 B
TOML
Raw Normal View History

2024-09-13 17:35:03 -04:00
[".config/emacs"]
2025-01-03 21:55:08 -05:00
type = "git-repo"
url = "https://github.com/doomemacs/doomemacs"
exact = true
stripComponents = 1
refreshPeriod = "24h"
2024-09-13 17:35:03 -04:00
[".config/tmux/plugins/tpm"]
2025-01-03 21:55:08 -05:00
type = "git-repo"
url = "https://github.com/tmux-plugins/tpm.git"
exact = true
stripComponents = 1
refreshPeriod = "24h"
2024-09-13 17:35:03 -04:00
[".oh-my-zsh"]
2025-01-03 21:55:08 -05:00
type = "git-repo"
url = "https://github.com/ohmyzsh/ohmyzsh.git"
exact = true
stripComponents = 1
refreshPeriod = "24h"
2024-09-13 17:35:03 -04:00
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
2025-01-03 21:55:08 -05:00
type = "git-repo"
url = "https://github.com/zsh-users/zsh-autosuggestions.git"
exact = true
stripComponents = 1
refreshPeriod = "24h"