Things to setup with a new PC

Publish Date
Tags
English

Setup Terminal

  • zsh

Setup SSH

  • Keep ~/.ssh/config in a git repo
  • Use keygen to do SSH login without password
#http://www.linuxproblem.org/art_9.html  
a@A > ssh-keygen -t rsa
a@A > cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'