Install homebrew:
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Run the following command in whichever directory you usually keep your source code:
$ git clone https://github.com/rzane/dotfiles
$ cd dotfiles
$ brew bundle
$ bash scripts/setup.sh
Make sure zsh is your shell, because it is the best. Don't argue with me.
If you're on a mac, you can start using ZSH like this:
$ which zsh | sudo tee -a /etc/shells
$ chsh -s $(which zsh)
ASDF is an all-in-one version manager, and it's great. I have a convenience script for installing the latest Node.js, Ruby, and Elixir.
$ bash scripts/stackup.sh
To install a version:
$ mise use --global <language>@<version>
$ defaults write -g KeyRepeat -int 2
$ defaults write -g InitialKeyRepeat -int 15
$ defaults write -g ApplePressAndHoldEnabled -bool false