ソースを参照

add func mac_start_daemon

pull/1/head
10sr 12年前
コミット
75f33dc0d5
1個のファイルの変更7行の追加0行の削除
  1. +7
    -0
      setup.sh

+ 7
- 0
setup.sh ファイルの表示

@@ -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

読み込み中…
キャンセル
保存