File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,25 @@ Connor's run commands setting (*.rc file)
55
66## setup a new mac
77
8+ ### set hostname
9+
810` sudo hostname -s NewHostName `
11+
12+ ### set bash_profile
13+
914` cp ~/git/run-commands/.bash_profile ~/ `
1015
16+ ### set bluetooth better quality
17+
18+ ```
19+ defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Max (editable)" 80
20+ defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 48
21+ defaults write com.apple.BluetoothAudioAgent "Apple Initial Bitpool (editable)" 40
22+ defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool" 58
23+ defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Max" 58
24+ defaults write com.apple.BluetoothAudioAgent "Negotiated Bitpool Min" 48
25+ ```
26+
1127## file detail:
1228
1329* .vimrc
You can’t perform that action at this time.
0 commit comments