-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
32 lines (23 loc) · 741 Bytes
/
Makefile
File metadata and controls
32 lines (23 loc) · 741 Bytes
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
AGENT ?= claude-code
default: apply
setup: setup-gh-extensions setup-gh-skills setup-yazi-packages setup-npm
apply:
chezmoi apply -v
secrets-apply:
CHEZMOI_WITH_SECRETS=1 chezmoi apply -v
setup-gh-extensions:
gh extension install to4iki/gh-openpr
gh extension install babarot/gh-infra
setup-gh-skills:
gh skill install to4iki/skills git-wt --agent $(AGENT) --scope user
gh skill install vercel-labs/opensrc opensrc --agent $(AGENT) --scope user
setup-yazi-packages:
ya pkg add BennyOe/tokyo-night
ya pkg add yazi-rs/plugins:smart-enter
ya pkg add yazi-rs/plugins:git
setup-npm:
npm install -g czg
npm install -g opensrc
update-gh-skills:
gh skill update to4iki/skills git-wt
gh skill update vercel-labs/opensrc opensrc