Update dotfiles/.local/share/chezmoi/.chezmoiexternal.toml
This commit is contained in:
parent
343e28d99b
commit
ea62a9e2ce
1 changed files with 13 additions and 0 deletions
|
@ -56,6 +56,19 @@
|
|||
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
|
||||
refreshPeriod = "{{ $refreshPeriod }}"
|
||||
|
||||
### Taskfiles
|
||||
[".local"]
|
||||
type = "archive"
|
||||
url = "https://gitlab.com/megabyte-labs/common/shared/-/archive/master/shared-master.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 3
|
||||
refreshPeriod = "{{ $refreshPeriod }}"
|
||||
include = ["taskfiles/**"]
|
||||
["Taskfile.yml"]
|
||||
type = "file"
|
||||
url = "https://gitlab.com/megabyte-labs/common/shared/-/raw/master/Taskfile.yml"
|
||||
refreshPeriod = "{{ $refreshPeriod }}"
|
||||
|
||||
{{- if (not .host.headless) and (ne .chezmoi.os "windows") }}
|
||||
### Neovim
|
||||
[".config/nvim"]
|
||||
|
|
Loading…
Reference in a new issue