Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:51
Show Gist options
  • Save nishinoshake/d96fe0c93c7b30d85e43 to your computer and use it in GitHub Desktop.
Save nishinoshake/d96fe0c93c7b30d85e43 to your computer and use it in GitHub Desktop.
ドットファイルを表示/非表示
#!/bin/sh
defaults delete com.apple.finder AppleShowAllFiles
killall Finder
#!/bin/sh
defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment