Browse Source

add func mac_start_daemon

pull/1/head
10sr 12 years ago
parent
commit
75f33dc0d5
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      setup.sh

+ 7
- 0
setup.sh View File

@@ -82,8 +82,15 @@ mac_defaults(){
#defaults write com.apple.dashboard mcx-disabled -bool YES
}

mac_start_daemon(){
test "`uname`" = Darwin || return 1

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
}

get_install_script http://www.frexx.de/xterm-256-notes/data/colortable16.sh http://www.frexx.de/xterm-256-notes/data/256colors2.pl

git_config

mac_defaults
mac_start_daemon

Loading…
Cancel
Save