remove brew
This commit is contained in:
parent
f312ea0601
commit
eb9467d495
2 changed files with 1 additions and 12 deletions
|
|
@ -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
|
|
||||||
|
|
||||||
2
.zshrc
2
.zshrc
|
|
@ -73,7 +73,7 @@ cat ~/.cache/wal/sequences
|
||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# 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
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue