Last active
July 11, 2020 16:17
-
-
Save kurudrive/d62707fc3071e7daa266e98efde29b29 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# sh -c "$(curl -fsSL https://gist.github.com/kurudrive/d62707fc3071e7daa266e98efde29b29/raw)" | |
# Command Line Tools for Xcode | |
xcode-select --install | |
# HomeBrew | |
# see https://brew.sh/index_ja.html | |
if [ ! -x "`which brew`" ]; then | |
echo "start install and update brew" | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew update | |
brew upgrade | |
brew -v | |
fi | |
# BrewfileをGistから取得する | |
# if [ ! -e "~/Brewfile" ]; then | |
# curl -fsSL https://gist.githubusercontent.com/<GitHub UserID>/<Gist ID>/raw > ~/Brewfile | |
# brew bundle | |
# # VSCodeの拡張機能インストール | |
# if [ -x "`which code`" ]; then | |
# echo 'Setup VSCode' | |
# code --install-extension Shan.code-settings-sync -force | |
# echo "done" | |
# fi | |
# fi | |
# BrewはAppStoreでインストールできないアプリ | |
# if [ -x "`which wget`" ]; then | |
# echo 'Setup Other App' | |
# if [ ! -e "/Applications/forghetti.app" ]; then | |
# # Forghetti | |
# wget https://downloads.forghetti.com/Forghetti.dmg -O ~/Downloads/Forghetti.dmg | |
# hdiutil mount ~/Downloads/Forghetti.dmg | |
# cd /Volumes/forghetti\ 1.0.6/ | |
# cp -r forghetti.app /Applications/ | |
# cd ~/ | |
# hdiutil detach /Volumes/forghetti\ 1.0.6/ | |
# fi | |
# echo 'done' | |
# fi | |
# システム環境設定 | |
echo 'Setup defaults' | |
# http://neos21.hatenablog.com/entry/2019/01/10/080000 | |
# ~/Library ディレクトリを見えるようにする | |
chflags nohidden ~/Library | |
# /Volumes ディレクトリを見えるようにする | |
sudo chflags nohidden /Volumes | |
# ブート時のサウンドを無効化する | |
# sudo nvram SystemAudioVolume=" " | |
# 時計アイコンクリック時に OS やホスト名 IP を表示する | |
# sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName | |
# ファイルを開くときのアニメーションを無効にする | |
# defaults write -g NSAutomaticWindowAnimationsEnabled -bool false | |
# ツールチップ表示までのタイムラグをなくす | |
defaults write -g NSInitialToolTipDelay -integer 0 | |
# ダイアログ表示やウィンドウリサイズ速度を高速化する | |
defaults write -g NSWindowResizeTime 0.1 | |
# 全ての拡張子のファイルを表示する | |
defaults write NSGlobalDomain AppleShowAllExtensions -bool true | |
# スクロールバーを常時表示する | |
#defaults write NSGlobalDomain AppleShowScrollBars -string "Always" | |
# スプリングロード遅延を除去する | |
#defaults write NSGlobalDomain com.apple.springing.delay -float 0 | |
# ディレクトリのスプリングロードを有効にする | |
# キーリピートの速度 | |
#defaults write NSGlobalDomain com.apple.springing.enabled -bool true#defaults write NSGlobalDomain KeyRepeat -int 2 | |
# キーリピート開始までのタイミング | |
#defaults write NSGlobalDomain InitialKeyRepeat -int 15 | |
# コンソールアプリケーションの画面サイズ変更を高速にする | |
#defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 | |
# Safari のコンテキストメニューに Web インスペクタを追加する | |
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true | |
# Bluetooth ヘッドフォン・ヘッドセットの音質を向上させる | |
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 | |
# クラッシュレポートを無効化する | |
defaults write com.apple.CrashReporter DialogType -string "none" | |
# Dashboard を無効化する | |
# defaults write com.apple.dashboard mcx-disabled -bool true | |
# USB やネットワークストレージに .DS_Store ファイルを作成しない | |
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true | |
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true | |
# Dock が表示されるまでの待ち時間を無効にする | |
defaults write com.apple.dock autohide-delay -float 0 | |
# Mission Control を使用不可にする | |
# defaults write com.apple.dock mcx-expose-disabled -bool true | |
# Finder のタイトルバーにフルパスを表示する | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true | |
# 名前で並べ替えを選択時にディレクトリを前に置くようにする | |
defaults write com.apple.finder _FXSortFoldersFirst -bool true | |
# フォルダを開くときのアニメーションを無効にする | |
defaults write com.apple.finder AnimateWindowZoom -bool false | |
# 不可視ファイルを表示する | |
defaults write com.apple.finder AppleShowAllFiles YES | |
# 検索時にデフォルトでカレントディレクトリを検索する | |
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf" | |
# 拡張子変更時の警告を無効化する | |
# defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false | |
# クイックルックでテキストを選択可能にする | |
defaults write com.apple.finder QLEnableTextSelection -bool true | |
# Finder を終了させる項目を追加する | |
defaults write com.apple.Finder QuitMenuItem -bool true | |
# パスバーを表示する | |
defaults write com.apple.finder ShowPathbar -bool true | |
# ステータスバーを表示する | |
defaults write com.apple.finder ShowStatusBar -bool true | |
# タブバーを表示する | |
defaults write com.apple.finder ShowTabView -bool true | |
# ゴミ箱を空にする前の警告を無効化する | |
#defaults write com.apple.finder WarnOnEmptyTrash -bool false | |
# 未確認のアプリケーションを実行する際のダイアログを無効にする | |
defaults write com.apple.LaunchServices LSQuarantine -bool false | |
# ファイル共有を有効にした時、共有先に自分の Mac を表示させる | |
#defaults write com.apple.NetworkBrowser ShowThisComputer -bool true | |
# ファイルのダウンロード後に自動でファイルを開くのを無効化する | |
defaults write com.apple.Safari AutoOpenSafeDownloads -bool false | |
# Safari の開発・デバッグメニューを有効にする | |
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled -bool true | |
# Safari の開発・デバッグメニューを有効にする | |
defaults write com.apple.Safari IncludeDevelopMenu -bool true | |
# Safari の開発・デバッグメニューを有効にする | |
defaults write com.apple.Safari IncludeInternalDebugMenu -bool true | |
# アドレスバーに完全な URL を表示する | |
defaults write com.apple.Safari ShowFullURLInSmartSearchField -bool true | |
# ステータスバーを表示する | |
defaults write com.apple.Safari ShowStatusBar -bool true | |
# 検索クエリを Apple へ送信しない | |
defaults write com.apple.Safari SuppressSearchSuggestions -bool true | |
# 検索クエリを Apple へ送信しない | |
defaults write com.apple.Safari UniversalSearchEnabled -bool false | |
# Safari の開発・デバッグメニューを有効にする | |
defaults write com.apple.Safari WebKitDeveloperExtrasEnabledPreferenceKey -bool true | |
# スクリーンキャプチャの影をなくす | |
defaults write com.apple.screencapture disable-shadow -bool true | |
# スクリーンショットの保存形式を PNG にする | |
defaults write com.apple.screencapture type -string "png" | |
# UTF-8 のみを使用する | |
defaults write com.apple.terminal StringEncodings -array 4 | |
# https://qiita.com/djmonta/items/17531dde1e82d9786816 | |
# Date options: Show the day of the week: on (日付表示設定、曜日を表示) | |
# defaults write com.apple.menuextra.clock 'DateFormat' -string 'EEE H:mm:ss' | |
# https://qiita.com/ryuichi1208/items/5905240f3bfce793b33d | |
# Spotlight トレイアイコンを非表示 | |
# sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
echo "done" | |
# Dotfileのリストア | |
# if [ ! -e "~/.mackup.cfg" ]; then | |
# echo 'Setup Mackup' | |
# cat <<EOF > ~/.mackup.cfg | |
# [storage] | |
# engine = file_system | |
# path = /Users/xxx/OneDrive - hoge/ | |
# directory = config | |
# EOF | |
# echo "Run > mackup restore" | |
# fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment