Macのセットアップメモ
概要
Macのセットアップメモ
※privateリポジトリ
自動化は少しずつ進める(数年に一度しか発生しないため)
手順
リンク先の手順でインストール
Brewfileを使用して brew bundle --file=./Brewfile code:terminal
ghq get emanon001/config
configの管理下で ./scripts/init.sh を実行
1Password
アカウントを追加
ssh
iTerm2
設定ファイルをインポートする
fish
which fish でパスを確認
/etc/shells に fish のパスを追加
chsh -s <fish_path> を実行
config/fish の配下で fisher install (cat fishfile) を実行
キーリピート速度を変更
code:terminal
defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 1
...