HAKASHUN / manabi

manabi
14 stars 1 forks source link

Macの初期設定2015バージョン #101

Closed HAKASHUN closed 6 years ago

HAKASHUN commented 8 years ago

Macの設定

defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

nvm

https://github.com/creationix/nvm#install-script

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash

npm

npm update -g npm

brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

treeコマンド

brew install tree

Keyboard settings

-「システム環境設定 => キーボード => リピート入力認識までの時間」を”短い”に選択する

AppStoreの設定

$ defaults write com.apple.screencapture location ~/Documents/screenshots
$ killall SystemUIServer