- Homebrew bundle brewfile.
- Starship prompt.
- Phoenix script.
git clone --separate-git-dir=$HOME/.dotfiles.git https://github.com/splo/dotfiles.git /tmp/dotfiles.git
rsync --recursive --verbose --exclude '.git' /tmp/dotfiles.git/ $HOME/
rm -rf /tmp/dotfiles.git
alias dotfiles='/usr/bin/env git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
You can now continue by installing Homebrew.
Then install the common tools:
brew bundle --file ./dev/src/local/setup/Brewfile