feat(macos): use corepack
Much better to handle different pnpm versions and auto install the version from a project :)
This commit is contained in:
parent
d83f2d9fae
commit
6ea6b2367e
2 changed files with 5 additions and 2 deletions
|
@ -28,6 +28,9 @@ brew bundle --file ${DOTFILES}/macos/Brewfile
|
|||
# gnupg is not really needed but marked as a dependency for pass
|
||||
brew unlink gnupg
|
||||
|
||||
# Enable corepack
|
||||
corepack enable
|
||||
|
||||
# Install global Composer packages
|
||||
${HOMEBREW_PREFIX}/bin/composer global require laravel/installer laravel/valet tightenco/takeout
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ brew 'rename'
|
|||
|
||||
# Service tools
|
||||
brew 'awscli'
|
||||
brew 'b2-tools'
|
||||
brew 'gh' # GitHub CLI
|
||||
|
||||
# Infrastructure tools
|
||||
|
@ -85,8 +86,7 @@ brew 'composer'
|
|||
brew 'node'
|
||||
brew 'deno'
|
||||
brew 'oven-sh/bun/bun'
|
||||
brew 'yarn'
|
||||
brew 'pnpm'
|
||||
brew 'corepack'
|
||||
brew 'go'
|
||||
brew 'rustup'
|
||||
brew 'cargo-make'
|
||||
|
|
Loading…
Add table
Reference in a new issue