I do not use Arch, btw.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install stowcrontab ~/dotfiles/cron/user.cronbrew install git gh
rm -f ~/.gitconfig ~/.gitmessage
cd ~/dotfiles && stow git
gh auth loginbrew install bob
bob use nightly
mkdir -p ~/.config
rm -rf ~/.config/nvim
cd ~/dotfiles && stow nvimbrew install tmux
rm -f ~/.tmux.conf
cd ~/dotfiles && stow tmuxrm -f ~/.zshrc
cd ~/dotfiles && stow zsh
source ~/.zshrccd ~/dotfiles && git pullRefer/ add to setup above.