From eb9467d4959b5d86d80a29dfbfe2c89f18a588d8 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 30 Sep 2024 22:42:20 -0400 Subject: [PATCH] remove brew --- .install/brew-install.sh | 11 ----------- .zshrc | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .install/brew-install.sh diff --git a/.install/brew-install.sh b/.install/brew-install.sh deleted file mode 100644 index 7fd2c67..0000000 --- a/.install/brew-install.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -if [[ $(command -v brew) == "" ]]; then - echo "Installing Homebrew" - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - /home/linuxbrew/.linuxbrew/bin/brew shellenv >> ~/.bashrc - source ~/.bashrc -else - echo "Updating Homebrew" - brew update -fi - diff --git a/.zshrc b/.zshrc index 60af2d0..f9f518c 100644 --- a/.zshrc +++ b/.zshrc @@ -73,7 +73,7 @@ cat ~/.cache/wal/sequences # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git brew asdf gh bun npm yarn) +plugins=(git asdf gh bun npm yarn) source $ZSH/oh-my-zsh.sh