diff --git a/os/macos/networking.pref.fish b/os/macos/networking.pref.fish new file mode 100644 index 0000000..f22dd0c --- /dev/null +++ b/os/macos/networking.pref.fish @@ -0,0 +1,10 @@ +#!/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"