Install tools
# zsh-abbr https://zsh-abbr.olets.dev/installation.html
$ brew install olets/tap/zsh-abbr
# zsh-autocomplete https://formulae.brew.sh/formula/zsh-autocomplete
$ brew install zsh-autocomplete
# zsh-abbr https://zsh-abbr.olets.dev/installation.html
$ brew install olets/tap/zsh-abbr
# anyenv https://github.com/anyenv/anyenv
$ brew install anyenv
# rbevn https://github.com/rbenv/rbenv
$ brew install rbenv
# direnv https://direnv.net/docs/installation.html
$ brew install direnv
# https://github.com/go-nv/goenv/blob/master/INSTALL.md
$ brew install goenv
# tig https://jonas.github.io/tig/INSTALL.html
$ brew install tig
# Raycast https://www.raycast.com/
$ brew install --cask raycast
# My favorite font family: Fira Code https://github.com/tonsky/FiraCode/wiki/Installing
$ brew install font-fira-code
# zsh plugins
$ brew install zsh-autosuggestions
$ brew install olets/tap/zsh-autosuggestions-abbreviations-strategy
After cloning this repo, run these commands on my terminal.
$ cd dotfiles
$ chmod +x dotfilesLink.sh
$ sh dotfilesLink.sh