-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
181 lines (175 loc) · 4.22 KB
/
install.conf.yaml
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
- defaults:
link:
relink: true
create: true
force: true
clean:
recursive: true
force: true
- clean:
"~":
recursive: false
"~/.config":
"~/.etc":
"~/.local":
- link:
~/.dotfiles:
path: ""
~/.zshrc:
path: zsh/zshrc
force: false
~/.zshenv:
path: zsh/zshenv
force: false
~/.config/git/config:
path: git/.gitconfig
~/.config/git/local.config:
path: git/.local.gitconfig
~/.config/git/attributes:
path: git/.gitattributes
~/.config/git/ignore:
path: git/.gitignore_global
~/.config/jj/config.toml:
path: jj/config.toml
~/.local/share/aliases.zsh:
path: zsh/aliases.zsh
~/.local/share/functions.zsh:
path: zsh/functions.zsh
~/.inputrc:
path: zsh/inputrc
~/.config/starship.toml:
path: zsh/starship.toml
~/.config/direnv/direnv.toml:
path: zsh/direnv.toml
~/.config/homebrew/brew.env:
path: zsh/brew.env
~/.warp/themes:
path: warp/themes
~/.config/zed/settings.json:
path: zed/settings.json
~/.nbrc:
path: zsh/nbrc
- tap:
- homebrew/services
- martido/graph
- withgraphite/tap
- brew:
- appwrite
- bash
- bat
- btop
- chrome-cli
# - cmake # Not needed by default.
- cmatrix
- cocoapods
- coreutils
- deno
- direnv
- dotnet
- dua-cli
- eza
- fastfetch
- fd
# - ffmpeg # Heavy dependency, not needed by default.
# - fzf # TODO: Install + configure this.
- gh
- git
- git-absorb
- git-lfs
- gnupg
# - gource # This is a cool visualizer for Git repos. Very heavy though, so not needed by default.
- gradle
- gradle-completion
- graphite
- graphviz
- hexyl
- hyperfine
- jj
- jq
- kotlin
- lcov
# - libvips # For image processing.
- nano # I prefer nano over Vim, but macOS only comes with Pico (& Vim).
- nb
- numbat # Calculator
- oils-for-unix
# - openjdk@17 # For Godot Android exports.
- pinentry-mac
- pkgconf
- qemu
- rbenv
- ripgrep
- rustup
- shellcheck
- shfmt
- starship
- uv
- vivid
- w3m
- watchman
- wcurl
- wiki
- yt-dlp
- z3
- zig
- zinit
- zls
- zstd
- cask:
- affine
- arc
- blender
# - docker
- dropshelf # I need to write my own one of these.
- flutter
- font-cascadia-code-nf
- font-monaspace-nerd-font
- font-noto-sans
- font-raleway
- github
- gitkraken
- gitkraken-cli
- godot
- jetbrains-toolbox
- loungy
- netnewswire
- raycast
- spacedrive
- unity-hub
- visual-studio-code
- utm
- warp
- zed
- shell:
- command: brew completions link
description: Enable completions for Homebrew-installed commands
- command: uv tool install --force please-cli
description: Installing please with uv
- command: uv tool install --force rich-cli
description: Installing rich with uv
- command: uv tool install --force textualize-see
description: Installing see with uv
- command: uv tool install --force poetry
description: Installing poetry with uv
- command: uv tool install --force "sphinx-autodoc2[cli]"
description: Installing sphinx-autodoc2 with uv
- command: uv tool install --force gdtoolkit
description: Installing godot toolkit with uv
- command: uv tool install --force ipython
description: Installing ipython with uv
- command: gh extension install github/gh-copilot
description: Installing gh copilot for github cli
- command: pnpm install -g readability-cli
description: Installing readable with PNPM
- command: pnpm install -g turbo
description: Installing Turborepo with PNPM
- command: deno install -Agf --name molt jsr:@molt/cli
description: Installing Molt with Deno
- command: deno install -Agf --name=biome npm:@biomejs/biome
description: Installing Biome with Deno
- command: deno install -Agf jsr:@deno/deployctl
description: Installing deployctl with Deno
- command: git lfs install
description: Initializing git-lfs