/devenv

自己工作和生活中需要用到的几个镜像

Primary LanguageRubyApache License 2.0Apache-2.0

ssh config

Host github.com
  User git
  Hostname github.com
  PreferredAuthentications publickey
  IdentityFile ~/.ssh/github_rsa

Host gitlab.pi.com
  User git
  Hostname gitlab.pi.com
  PreferredAuthentications publickey
  IdentityFile ~/.ssh/gitlab_rsa