12 lines
318 B
TOML
12 lines
318 B
TOML
[".vim/autoload/plug.vim"]
|
|
type = "file"
|
|
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
|
|
refreshPeriod = "168h"
|
|
|
|
{{ if not .noGUI }}
|
|
[".config/alacritty/themes"]
|
|
type = "git-repo"
|
|
url = "https://github.com/alacritty/alacritty-theme"
|
|
refreshPeriod = "168h"
|
|
{{ end }}
|