From 37acba1d11146f07aeaf24e9281aa80537f4e3bd Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Mon, 22 Jul 2019 23:16:42 +0200 Subject: [PATCH] make the internet a bit less terrible --- README.md | 2 +- dot_macos | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8155672..34d9b05 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ git reset --hard ### OSX Defaults ``` -./.macos +sudo sh .macos ``` ### Install NPM dependencies diff --git a/dot_macos b/dot_macos index 4e13d19..7f34a35 100644 --- a/dot_macos +++ b/dot_macos @@ -13,3 +13,5 @@ defaults write com.apple.finder ShowPathbar -bool true # Avoid creating .DS_Store files on network or USB volumes defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true + +curl https://someonewhocares.org/hosts/hosts -o /etc/hosts