Skip to content

Commit

Permalink
Add bun
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Sep 11, 2023
1 parent 640198e commit f2ed25a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/.zsh_plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ djui/alias-tips
# Oh My Zsh plugins (lib required first)
ohmyzsh/ohmyzsh path:lib
ohmyzsh/ohmyzsh path:plugins/git
ohmyzsh/ohmyzsh path:plugins/bun
ohmyzsh/ohmyzsh path:plugins/npm
ohmyzsh/ohmyzsh path:plugins/yarn
ohmyzsh/ohmyzsh path:plugins/brew
Expand Down
3 changes: 3 additions & 0 deletions scripts/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ brew install stripe/stripe-cli/stripe
brew tap heroku/brew
brew install heroku

brew tap oven-sh/bun
brew install bun

brew install postgresql
brew services start postgresql

Expand Down

0 comments on commit f2ed25a

Please sign in to comment.