Skip to content

Commit

Permalink
✨ I use brew for pnpm now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Aug 18, 2024
1 parent eda1187 commit 4074cf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ brew "ast-grep"
brew "atuin"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Modern, simple TCP tunnel in Rust that exposes local ports to a remote server
brew "bore-cli"
# Binary installation for rust projects
brew "cargo-binstall"
# Cross-platform make
Expand Down Expand Up @@ -60,6 +62,8 @@ brew "numbat"
brew "pandoc"
# Shell command parallelization utility
brew "parallel"
# Fast, disk space efficient package manager
brew "pnpm"
# Implementation of Python 3 in Python
brew "pypy3.10"
# Search tool like grep and The Silver Searcher
Expand Down Expand Up @@ -110,6 +114,7 @@ vscode "biomejs.biome"
vscode "bradlc.vscode-tailwindcss"
vscode "brenek.kotlin-for-frc"
vscode "charliermarsh.ruff"
vscode "continue.continue"
vscode "crdrost.ktfmt"
vscode "csstools.postcss"
vscode "davidanson.vscode-markdownlint"
Expand Down Expand Up @@ -144,6 +149,7 @@ vscode "tamasfe.even-better-toml"
vscode "unifiedjs.vscode-mdx"
vscode "visualstudioexptteam.intellicode-api-usage-examples"
vscode "visualstudioexptteam.vscodeintellicode"
vscode "vscjava.vscode-gradle"
vscode "vscjava.vscode-java-debug"
vscode "vscjava.vscode-java-dependency"
vscode "vscjava.vscode-java-pack"
Expand Down

0 comments on commit 4074cf3

Please sign in to comment.