- Chrome install
- Homebrew install
- brew bundle
- Some softwares install from App Store
- System Preferences
- fish shell
- Powerline fonts install 8. dotfile clone
- Git setup
- chore
手で。
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew tap Homebrew/bundle
$ curl -O https://gist.githubusercontent.com/tkdn/0dae7e74d07e558efd56242ca044baa3/raw/224369157b5cb19b0ed5a0d244588af5d3f26649/Brewfile && brew bundle
mas でインストールしない場合
- XCode install
- Slack install
- スクロール ネイティブオフ
- Spotlight のショートカットを Alfred に置き換え
https://github.com/fisherman/fisherman/wiki/%E6%97%A5%E6%9C%AC%E8%AA%9E
$ curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
$ sudo vi /etc/shells # /usr/local/bin/fish 追加
$ chsh -s /usr/local/bin/fish
$ fisher install decors/fish-ghq
$ fisher install jethrokuan/fzf
$ fisher oh-my-fish/theme-bobthefish
$ ghq get powerline/fonts
$ sh ~/.ghq/github.com/powerline/fonts/install.sh
※ iTerm2 ほか必要なフォント設定はよしなに。 Noto mono for Powerline など
$ ghq get tkdn/dotfiles
$ repo # tkdn/dotfiles
$ cp -r . ~/
$ cd ~/.ssh
$ ssh-keygen -t rsa -C "[email protected]" -f id_rsa
$ ssh-keygen -t rsa -C "[email protected]" -f private_rsa
$ pbcopy < id_rsa.pub
$ pbcopy < private_rsa.pub
https://github.com/settings/keys
$ vi ~/.ssh/config
Host github.com
User git
Port 22
HostName github.com
IdentityFile ~/.ssh/id_rsa
TCPKeepAlive yes
IdentitiesOnly yes
Host github.com.private
User git
Port 22
HostName github.com
IdentityFile ~/.ssh/private_rsa
TCPKeepAlive yes
IdentitiesOnly yes
$ ssh -T github.com
$ ssh -T github.com.private
path 通すのでセットアップしておく。
HyperSwitch