dotfiles/os/macos/networking.pref.fish
Marley Rae 78e7146414 Allow AirDrop over Ethernet connections
This also allows AirDrop usage with unsupported apple devices and
devices with no BlueTooth capability, though that's not particularly
relevent in 2024.
2024-02-03 13:46:43 -08:00

10 lines
273 B
Fish

#!/usr/bin/env fish
source "$DOT/script/utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_subtitle Networking
execute "defaults write -g com.apple.NetworkBrowser BrowseAllInterfaces 1" \
"Allow AirDrop over Ethernet"