mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 21:06:23 +10:00
.osx: Set NetBIOS name
This commit is contained in:
@@ -16,6 +16,7 @@ while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
|
||||
sudo scutil --set ComputerName "MathBook Pro"
|
||||
sudo scutil --set HostName "MathBook Pro"
|
||||
sudo scutil --set LocalHostName "MathBook-Pro"
|
||||
defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "MathBook-Pro"
|
||||
|
||||
# Menu bar: disable transparency
|
||||
defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
|
||||
|
||||
Reference in New Issue
Block a user