10 lines
279 B
TOML
10 lines
279 B
TOML
[".oh-my-zsh"]
|
|
type = "archive"
|
|
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "168h"
|
|
|
|
[".local/share/nvim/site/pack/packer/start/packer.nvim"]
|
|
type = "git-repo"
|
|
url = "https://github.com/wbthomason/packer.nvim"
|