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.pubClone this repository:
$ mkdir -p ~/src/github.com/tcnksm/
$ cd ~/src/github.com/tcnksm/
$ git clone git@github.com:tcnksm/dotfiles.git