My dotfiles for OSX.
git clone https://github.com/ymm1x/dotfiles.git ~/dotfiles
cd ~/dotfiles
./setup.sh
./deploy.shgit pull
./deploy.sh# Ruby
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
asdf install ruby 3.4.5
asdf set -u ruby 3.4.5
# Go
asdf plugin add golang https://github.com/kennyp/asdf-golang.git
asdf install golang 1.20.12
asdf set -u golang 1.20.12
# Node.js
asdf plugin add nodejs
asdf install nodejs 22.18.0
asdf set -u nodejs 22.18.0