Introduction
備忘録。
隠しファイルというか .gitignore
のような .
から始まるファイルやディレクトリ (いわゆるドットファイル) が見たい。
Windows のように GUI から設定があるわけでなく。
How to resolve?
恒久的には下記。
設定を変更した後、表示中の Finder を全部落として設定を反映している。
1 | $ defaults write com.apple.finder AppleShowAllFiles -bool true |
一時的に表示を変更するなら、Finder 上で command + shift + .
で表示の ON/OFF を切り替えられる。