From 94471ccf78e8c47bc7087a477b1eb678813d8f29 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 20 Jan 2015 16:29:13 +0900 Subject: [PATCH] Fix indent --- Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index b22ddee..8f758ec 100644 --- a/Makefile +++ b/Makefile @@ -72,20 +72,21 @@ setup-darwin: $(setup_darwins) .PHONY: $(setup_darwins) setup-darwin-defaults: -# http://appdrill.net/60641/mac-boot-mute.html -#sudo nvram SystemAudioVolume=%80 + # http://appdrill.net/60641/mac-boot-mute.html + #sudo nvram SystemAudioVolume=%80 -# add quit entry in menu + # add quit entry in menu defaults write com.apple.finder QuitMenuItem -bool YES -# show full path on titlebar + # show full path on titlebar defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES -# do not show desktop icons + # do not show desktop icons defaults write com.apple.finder CreateDesktop -boolean false killall Finder -# disable dashboard -#defaults write com.apple.dashboard mcx-disabled -bool YES + # disable dashboard + #defaults write com.apple.dashboard mcx-disabled -bool YES + setup-darwin-daemon: test "`launchctl getenv LC_ALL`" = C || sudo launchctl setenv LC_ALL C