diff --git a/dotfiles/.zsh_plugins.txt b/dotfiles/.zsh_plugins.txt index 6334e9e..5369869 100644 --- a/dotfiles/.zsh_plugins.txt +++ b/dotfiles/.zsh_plugins.txt @@ -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 diff --git a/scripts/brew.sh b/scripts/brew.sh index ee4364e..de6da4f 100755 --- a/scripts/brew.sh +++ b/scripts/brew.sh @@ -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