Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/spotty-bats-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tk-dotfiles': minor
---

Added new brew recipes for bun and just
3 changes: 3 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cask_args appdir: '/Applications'

tap 'mongodb/brew'
tap 'oven-sh/bun'

# gnu stuff
brew 'bash' # Bash 5.x (macOS ships with 3.2)
Expand All @@ -20,10 +21,12 @@ brew 'fnm' # Node.js version manager and corepack installer
brew 'gh' # GitHub official CLI (replaces deprecated hub)
brew 'imagemagick' # Image manipulation library
brew 'jq' # Lightweight and flexible command-line JSON processor
brew 'just' # Task runner
brew 'libgit2' # C library of Git core methods that is re-entrant and linkable
brew 'mas' # CLI for installing app from Mac App Store
brew 'mongodb-community', restart_service: false # NoSQL database (manual start: brew services start mongodb-community)
brew 'openssl' # Cryptography and SSL/TLS Toolkit
brew 'pi-coding-agent' # Customize agent harness
brew 'postgresql', restart_service: false # SQL database (manual start: brew services start postgresql)
brew 'pyenv' # Python virtual env
brew 'readline' # Library for command-line editing
Expand Down
4 changes: 2 additions & 2 deletions claude/claude_desktop_config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"preferences": {
"chromeExtensionEnabled": true,
"coworkScheduledTasksEnabled": true,
"ccdScheduledTasksEnabled": true,
"sidebarMode": "chat",
"coworkWebSearchEnabled": true,
"ccdScheduledTasksEnabled": true
"coworkWebSearchEnabled": true
}
}
Loading