Lots of gems here that I use daily, I will try to list some of them.
- Brewfile - https://github.com/Homebrew/homebrew-bundle
- fzf - https://github.com/junegunn/fzf
- tmux - https://github.com/tmux/tmux
- homeschick - https://github.com/andsens/homeshick
- starship - https://starship.rs
- asdf - https://asdf-vm.com/#/
- Fork this repo
- Install Homeschick -
git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
- Clone Dotfiles -
$HOME/.homesick/repos/homeshick/bin/homeshick clone USERNAME/dotfiles
- Install Software -
cd && brew bundle && asdf install
I have considerably reduced my usage of Homebrew in favor of asdf. Homebrew makes switching between version really hard, so I have elected to only use it for things that I only ever want the latest version of.