Skip to content

Commit 797e60d

Browse files
tomy0000000claude
andauthored
📖 [docs][core] README (#97)
https://claude.ai/code/session_01RVUT5gndyNv9Bv1HtLraYC Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3905d47 commit 797e60d

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

pkg/core/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# `core`
2+
3+
Bootstraps the foundational CLI tools required by the rest of the dotfiles setup.
4+
5+
## Installs
6+
7+
| CLI | macOS | Debian |
8+
| ------ | ----- | ------ |
9+
| `curl` || `apt` |
10+
| `git` || `apt` |
11+
| `make` || `apt` |
12+
| `sudo` || `apt` |
13+
| `wget` || `apt` |
14+
15+
## Configures
16+
17+
Nothing — this package only installs system packages.
18+
19+
## Notes
20+
21+
- On macOS, `macos-core` is a meta-target with no script of its own; it simply chains `macos-brew`, `macos-stow`, and `macos-zsh`.
22+
- On Debian/Ubuntu, `ubuntu-core` depends on `ubuntu-stow` and then installs packages from `core.Aptfile` via `apt-get`.
23+
- `make core` dispatches automatically to `macos-core` or `ubuntu-core` based on the current OS.

0 commit comments

Comments
 (0)