dotfiles for me.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Homebrew はアクア管理外のもの(tmux / git / wget / 言語ランタイム等)だけに絞る。CLI ツール本体は aqua 経由で入れる。
brew install tmux git wgetmise は Homebrew ではなく公式インストーラで入れる(~/.local/bin/mise に入る)。
curl https://mise.run | shcd ~
git clone https://github.com/takaneko/dotfiles.git
bash dotfiles/setup.sh
bash dotfiles/scripts/bootstrap-aqua.shcd
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -O ~/.git-completion.bash
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -O ~/.git-prompt.sh
echo 'eval "$(fzf --bash)"' > ~/.fzf.bash
git secrets --register-aws --global