diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:03:49 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:03:49 +0200 |
| commit | 3c7ea11324ca5539bfabace350993719e9e205b3 (patch) | |
| tree | 86948e9a10f0ca65e1ec25a6dd669d7a0f356187 /modules/darwin | |
| parent | 653ebf40676e7448548869e2e79154471dfab047 (diff) | |
| download | dotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.tar.gz dotfiles-3c7ea11324ca5539bfabace350993719e9e205b3.zip | |
chore: migrate repository to simenandre.no
Diffstat (limited to 'modules/darwin')
| -rw-r--r-- | modules/darwin/homebrew.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 9c279ef..e906e53 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -22,14 +22,18 @@ # Shell completions "bash-completion" + # Git history rewriting (filter-branch/BFG replacement) + "git-filter-repo" + # System ssh "openssh" # Container tools (kept in brew for reliable macOS runtime) + # The docker formula ships its own completions; the separate + # docker-completion formula collides with it and blocks `brew link`. "docker" "docker-buildx" "docker-compose" - "docker-completion" "colima" "podman" "podman-compose" @@ -70,6 +74,7 @@ masApps = { "Tailscale" = 1475387142; + "Xcode" = 497799835; "Jojo" = 1659864300; "Adobe Lightroom" = 1451544217; }; |
