Skip to content

Commit

Permalink
feat(brew): add pipx, with its PATH, and [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed May 8, 2024
1 parent 1d594b7 commit 0cb09bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ brew 'make'
brew 'mas'
brew 'ninja'
brew 'nvm'
brew 'pipx'
brew 'powerlevel10k'
brew '[email protected]'
brew 'rsync'
brew 'rustup'
brew 'stlink'
Expand Down
1 change: 1 addition & 0 deletions zsh/custom/path.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export PATH="/opt/homebrew/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"

0 comments on commit 0cb09bd

Please sign in to comment.