$ git clone https://github.com/tunepolo/dotfiles.git
$ cd dotfiles
$ ./setup.sh
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ cd dotfiles
$ brew bundle
下記の名称のローカルファイルを作ってそこに書くこと。
- .gitconfig.local
- .vimrc.local
- .zshrc.local
gitのユーザ名、認証設定、プロキシ設定は~/.gitconfig.localに記述する。
[user]
name = Yuichi TSUNEMATSU
email = [email protected]
[credential]
helper = osxkeychain
GitHubでログインして同期する。