From 6352169c373ca60a4fe5596bcba41a3e1f9d1488 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Sat, 13 Jan 2024 23:06:21 +0000 Subject: [PATCH] Remove unused bun --- dotfiles/.zsh_plugins.txt | 1 - scripts/brew.sh | 3 --- 2 files changed, 4 deletions(-) diff --git a/dotfiles/.zsh_plugins.txt b/dotfiles/.zsh_plugins.txt index c31b0df..45cfb70 100644 --- a/dotfiles/.zsh_plugins.txt +++ b/dotfiles/.zsh_plugins.txt @@ -10,7 +10,6 @@ ohmyzsh/ohmyzsh path:lib # Oh My Zsh plugins ohmyzsh/ohmyzsh path:plugins/mise 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 8e6fd3e..f98772e 100755 --- a/scripts/brew.sh +++ b/scripts/brew.sh @@ -43,9 +43,6 @@ 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