Your dotfiles are how you personalize your system. These are mine 📝
Add a new SSH key to your GitHub account 🔐:
$ mkdir ~/.ssh
$ cd ~/.ssh
$ ssh-keygen -t ed25519 -C "email@example.com" -f github_ed25519
$ pbcopy < github_ed25519.pub
Clone this repository:
$ mkdir -p ~/src/github.com/tcnksm/
$ cd ~/src/github.com/tcnksm/
$ git clone git@github.com:tcnksm/dotfiles.git