5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacBookAirを再インストールしたときの備忘録 (一般設定編)

Posted at

Safariの設定

Safariの設定

Flash Player

共有ドライブで.DS_Storeを作成しない

$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true

設定を反映するため一回ログアウト。

Dashboardの無効化

使わないので。

$ defaults write com.apple.dashboard mcx-disabled -boolean YES
$ killall Dock

スクリーンショットの保存場所の変更

デスクトップだとすぐファイルだらけになるので。

$ defaults write com.apple.screencapture location ~/Pictures/ScreenShots/
$ killall SystemUIServer
5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?