20 lines
628 B
TOML
20 lines
628 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"
|