blob: 39b63e2f55297f1769bd0b31189e8a0d07569ed2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
[".local/share/zsh/zsh-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/zsh/fast-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zdharma-continuum/fast-syntax-highlighting.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/zsh/zsh-autosuggestions"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-autosuggestions.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/zsh/powerlevel10k"]
type = "git-repo"
url = "https://github.com/romkatv/powerlevel10k.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/zsh/auto-activate-venv"]
type = "git-repo"
url = "https://github.com/buhanec/zsh-auto-activate-venv.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/zsh/fzf-z"]
type = "git-repo"
url = "https://github.com/leon728/fzf-z.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/zsh/zsh-autocomplete"]
type = "git-repo"
url = "https://github.com/marlonrichert/zsh-autocomplete.git"
branch = "main"
refreshPeriod = "24h"
[".local/share/zsh/zsh-defer"]
type = "git-repo"
url = "https://github.com/romkatv/zsh-defer.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/zsh/zsh-edit"]
type = "git-repo"
url = "https://github.com/marlonrichert/zsh-edit.git"
branch = "main"
refreshPeriod = "24h"
[".local/share/zinit/zinit.git"]
type = "git-repo"
url = "https://github.com/zdharma-continuum/zinit.git"
branch = "main"
refreshPeriod = "24h"
[".local/share/macos_display_manager"]
# type = "archive"
# url = "https://github.com/univ-of-utah-marriott-library-apple/display_manager/archive/stable.tar.gz"
# exact = true
# stripComponents = 1
# refreshPeriod = "24h"
type = "git-repo"
url = "https://github.com/univ-of-utah-marriott-library-apple/display_manager.git"
branch = "stable"
refreshPeriod = "24h"
[".nano/nanorc"]
type = "archive"
url = "https://github.com/scopatz/nanorc/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "24h"
[".local/share/fasd"]
type = "git-repo"
url = "https://github.com/clvv/fasd.git"
branch = "master"
refreshPeriod = "24h"
# [".local/share/fzf"]
# type = "git-repo"
# url = "https://github.com/junegunn/fzf.git"
# refreshPeriod = "24h"
# [".local/share/fzf".clone]
# args = ["--branch", "0.57.0"]
# [".local/share/fzf".pull]
# args = ["origin", "0.57.0"]
# TODO: Make this not nuke the rest of the bin folder
[".local/share/fzf/bin"]
type = "archive"
url = "https://github.com/junegunn/fzf/releases/download/v0.57.0/fzf-0.57.0-{{ .chezmoi.os }}_{{ .chezmoi.arch }}.{{ if eq .chezmoi.os "windows" }}zip{{ else }}tar.gz{{ end }}"
exact = true
refreshPeriod = "24h"
[".local/share/chroma"]
type = "archive"
url = "https://github.com/alecthomas/chroma/releases/download/v2.15.0/chroma-2.15.0-{{ .chezmoi.os }}-{{ .chezmoi.arch }}.tar.gz"
exact = true
refreshPeriod = "24h"
[".local/share/iterm2/integration"]
type = "git-repo"
url = "https://github.com/gnachman/iTerm2-shell-integration.git"
branch = "main"
refreshPeriod = "24h"
[".local/share/todo.txt-cli"]
type = "git-repo"
url = "https://github.com/todotxt/todo.txt-cli.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/mit"]
type = "git-repo"
url = "https://github.com/codybuell/mit.git"
branch = "master"
refreshPeriod = "24h"
[".local/share/flamegraph"]
type = "git-repo"
url = "https://github.com/brendangregg/FlameGraph.git"
branch = "master"
refreshPeriod = "24h"
|