make the internet a bit less terrible
This commit is contained in:
parent
e21965dca3
commit
37acba1d11
@ -36,7 +36,7 @@ git reset --hard
|
|||||||
|
|
||||||
### OSX Defaults
|
### OSX Defaults
|
||||||
```
|
```
|
||||||
./.macos
|
sudo sh .macos
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install NPM dependencies
|
### Install NPM dependencies
|
||||||
|
@ -13,3 +13,5 @@ defaults write com.apple.finder ShowPathbar -bool true
|
|||||||
# Avoid creating .DS_Store files on network or USB volumes
|
# Avoid creating .DS_Store files on network or USB volumes
|
||||||
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
|
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
|
||||||
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
|
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
|
||||||
|
|
||||||
|
curl https://someonewhocares.org/hosts/hosts -o /etc/hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user