From 4dbfcbeaed46140dc03fa33ae05d8bea937118c0 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 11 Jun 2024 13:45:08 -0700 Subject: [PATCH] Add refreshPeriod to avoid redownloading fonts --- .chezmoiexternal.toml.tmpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.chezmoiexternal.toml.tmpl b/.chezmoiexternal.toml.tmpl index 01c1ff1..2e8d48a 100644 --- a/.chezmoiexternal.toml.tmpl +++ b/.chezmoiexternal.toml.tmpl @@ -5,25 +5,30 @@ url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.23.0.tar.gz" exact = true stripComponents = 1 + refreshPeriod = "2196h" #{{ if eq .chezmoi.os "linux" }} [".local/share/fonts/BitstreamVeraSansMono"] type = "archive" url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/BitstreamVeraSansMono.zip" - exact = true + exclude = [".uuid"] + refreshPeriod = "2196h" [".local/share/fonts/IBMPlexMono"] type = "archive" url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/IBMPlexMono.zip" - exact = true + exclude = [".uuid"] + refreshPeriod = "2196h" [".local/share/fonts/JetBrainsMono"] type = "archive" url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip" - exact = true + exclude = [".uuid"] + refreshPeriod = "2196h" [".local/bin/nvim.appimage"] type = "file" url = "https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage" executable = true + refreshPeriod = "2196h" #{{ end }}