From 1c37c5ab4be45d8c0f5941a0be5daa8050607807 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:40:31 -0500 Subject: [PATCH] Add Fira Code external files --- .chezmoiexternal.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 9117ea0..8ceb458 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -24,3 +24,24 @@ type = "file" url = "https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf" refreshPeriod = "168h" + +[".local/share/fonts/fira-code-bold.ttf"] + type = "file" + url = "https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip" + [".local/share/fonts/fira-code-bold.ttf".filter] + command = "unzip" + args = ["-p", "/dev/stdin", "ttf/FiraCode-Bold.ttf"] + +[".local/share/fonts/fira-code-medium.ttf"] + type = "file" + url = "https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip" + [".local/share/fonts/fira-code-medium.ttf".filter] + command = "unzip" + args = ["-p", "/dev/stdin", "ttf/FiraCode-Medium.ttf"] + +[".local/share/fonts/fira-code-regular.ttf"] + type = "file" + url = "https://github.com/tonsky/FiraCode/releases/download/6.2/Fira_Code_v6.2.zip" + [".local/share/fonts/fira-code-regular.ttf".filter] + command = "unzip" + args = ["-p", "/dev/stdin", "ttf/FiraCode-Regular.ttf"]