dotfiles/.chezmoiexternal.toml

24 lines
749 B
TOML

[".tmux"]
type = "git-repo"
url = "https://github.com/gpakosz/.tmux.git"
refreshPeriod = "168h"
[".zsh/zsh-autosuggestions"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-autosuggestions.git"
refreshPeriod = "168h"
[".zsh/zsh-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
refreshPeriod = "168h"
[".fzf"]
type = "git-repo"
url = "https://github.com/junegunn/fzf.git"
refreshPeriod = "168h"
[".config/nvim"]
type = "git-repo"
url = "https://github.com/AstroNvim/template.git"
refreshPeriod = "168h"
[".powerline-fonts"]
type = "git-repo"
url = "https://github.com/powerline/fonts.git"
refreshPeriod = "168h"