mac セットアップログ

個人的なセットアップメモです。上から順番に行っていくと何かとスムーズ。


system preference

general (color preference)

desktop

dock

energy saver

keyboard setting

trackpad

sound

touchID

accessibility

mission control (multiple display)

intall iterm2

homebrew (including xcode)

 brew link vim
 失敗する場合は
 sudo chown -R `whoami`:admin /usr/local/share/man/de/man1
 (https://apple.stackexchange.com/questions/362833/make-homebrew-installed-vim-override-system-installed-one)
 のあとにbrew link vim
 
  • fonts
 brew tap sanemat/font
 brew install ricty --with-powerline
 cp -f /usr/local/opt/ricty/share/fonts/Ricty*.ttf ~/Library/Fonts/
 fc-cache -vf
 cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf

dotfiles

  • clone from my bitbucket
 e.g., sh dotfiles/common/initial_link_mac.sh

一度terminal を閉じてpathを最新にする。

vim

  • Vundle インストール
 https://github.com/VundleVim/Vundle.vim#quick-start
  • vimを開いてPluginIsntallを実行

iTerm2の細かい設定

 ascii: Ricty for powerline
 non-ascii: Droind sansmono nerd  

ssh key

anaconda

pip install --ignore-installed -U flake8

other apps

  • see my memo (in evernote)

sync cloud storage

finderを整える(表示するものしないもの)

Done. Enjoy!

タグ:

mac
最終更新:2019年09月30日 14:18