-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
97 lines (97 loc) · 2.22 KB
/
config.json
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
{
"taps": [
"buo/cask-upgrade",
"homebrew/cask-fonts",
"d12frosted/emacs-plus"
],
"brew": [
"bash",
"cmake",
"coreutils",
"curl",
"direnv",
"emacs-plus@27",
"fd",
"gawk",
"git",
"git-lfs",
"global",
"gnu-sed",
"httpie",
"jq",
"libnotify",
"neovim",
"parallel",
"pkg-config",
"ripgrep",
"the_silver_searcher",
"tmux",
"vim",
"wget",
"xsv",
"yarn",
"z3",
"zsh"
],
"casks": [
"alfred",
{"name": "arq", "when": "home"},
"bettertouchtool",
"dash",
{"name": "epic-games", "when": "home"},
"firefox",
"font-fira-code",
"font-fira-mono",
{"name": "gog-galaxy", "when": "home"},
"hammerspoon",
"lunchy",
"osxfuse",
"racket",
{"name": "signal", "when": "home"},
"skim",
{"name": "steam", "when": "home"},
"virtualbox",
"xquartz"
],
"mas": [
"Xcode",
"Paprika Recipe Manager 3",
"Pixelmator",
"1Password 7",
"Things"
],
"sources": {
"https://github.com/plexus/chemacs.git": {
"destination": "~/Documents/Projects/chemacs",
"post-install": "cd ~/Documents/Projects/chemacs && ./install.sh"
},
"https://github.com/hlissner/doom-emacs.git": {
"destination": "~/Documents/Projects/doom-emacs"
},
"https://github.com/larkery/zsh-histdb.git": "~/.zsh-histdb/",
"https://github.com/tarjoilija/zgen": {
"symlinks": {
"zgen.zsh": "~/.zgen.zsh",
"_zgen": "~/.zsh/_zgen"
}
},
"https://github.com/scottwhudson/Lunette.git": {
"symlinks": {
"Lunette.spoon": "~/.hammerspoon/Spoons/"
}
}
},
"symlinks": {
"dots/.*": "~/",
"doom.d/*": "~/.doom.d/",
"zsh/*": "~/.config/zsh/config.sh",
"bin/*": "~/.local/bin/",
"config/*": "~/.config/",
"launchagents/*.plist":"~/Library/LaunchAgents/",
"hammerspoon/*": "~/.hammerspoon/"
},
"post-install": [
"brew cleanup",
"find ~/Library/LaunchAgents -name '*.plist' | xargs launchctl load"
]
}