Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 666 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 666 Bytes

tcnksm does dotfiles MIT License

Your dotfiles are how you personalize your system. These are mine 📝

Clone

Add a new SSH key to your GitHub account 🔐:

$ mkdir ~/.ssh
$ cd ~/.ssh
$ ssh-keygen -t ed25519 -C "[email protected]" -f github_ed25519
$ pbcopy < github_ed25519.pub

Clone this repository:

$ mkdir -p ~/src/github.com/tcnksm/
$ cd ~/src/github.com/tcnksm/
$ git clone [email protected]:tcnksm/dotfiles.git

Setup

Author

Taichi Nakashima