mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 10:53:09 +00:00
52 lines
2 KiB
TOML
52 lines
2 KiB
TOML
[".nano"]
|
|
type = "archive"
|
|
url = "https://github.com/scopatz/nanorc/releases/download/2020.10.10/nanorc-2020.10.10.tar.gz"
|
|
stripComponents = 1
|
|
include = ["*/*.nanorc"]
|
|
|
|
[".local/bin/n"]
|
|
type = "file"
|
|
url = "https://raw.githubusercontent.com/tj/n/master/bin/n"
|
|
executable = true
|
|
refreshPeriod = "168h"
|
|
|
|
[".local/share/fonts/meslolgs-nf-regular.ttf"]
|
|
type = "file"
|
|
url = "https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf"
|
|
refreshPeriod = "168h"
|
|
|
|
[".local/share/fonts/meslolgs-nf-bold.ttf"]
|
|
type = "file"
|
|
url = "https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf"
|
|
refreshPeriod = "168h"
|
|
|
|
[".local/share/fonts/meslolgs-nf-italic.ttf"]
|
|
type = "file"
|
|
url = "https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf"
|
|
refreshPeriod = "168h"
|
|
|
|
[".local/share/fonts/meslolgs-nf-bold-italic.ttf"]
|
|
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"]
|