Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions pkg/core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# `core`

Bootstraps the foundational CLI tools required by the rest of the dotfiles setup.

## Installs

| CLI | macOS | Debian |
| ------ | ----- | ------ |
| `curl` | — | `apt` |
| `git` | — | `apt` |
| `make` | — | `apt` |
| `sudo` | — | `apt` |
| `wget` | — | `apt` |

## Configures

Nothing — this package only installs system packages.

## Notes

- On macOS, `macos-core` is a meta-target with no script of its own; it simply chains `macos-brew`, `macos-stow`, and `macos-zsh`.
- On Debian/Ubuntu, `ubuntu-core` depends on `ubuntu-stow` and then installs packages from `core.Aptfile` via `apt-get`.
- `make core` dispatches automatically to `macos-core` or `ubuntu-core` based on the current OS.
Loading