Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
2 changed files with 1 additions and 12 deletions
Showing only changes of commit eb9467d495 - Show all commits

View file

@ -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
View file

@ -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