/dotfiles

Primary LanguageShell

dotfiles

Installation

  • GitHubにSSH鍵を登録する
$ ssh-keygen -t ed25519 -C "your_email@example.com"

# 動作確認
$ ssh -T git@github.com
  • 以下のコマンドを実行してセットアップする
$ git clone git@github.com:mitsu9/dotfiles.git
$ cd dotfiles
$ ./up
  • dockerを起動する
$ open /Applications/Docker.app