https://github.com/zachahn/hosts-setup
Simple script to override /etc/hosts
https://github.com/zachahn/hosts-setup
Last synced: 8 months ago
JSON representation
Simple script to override /etc/hosts
- Host: GitHub
- URL: https://github.com/zachahn/hosts-setup
- Owner: zachahn
- Created: 2016-12-03T15:37:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T15:39:05.000Z (over 9 years ago)
- Last Synced: 2025-06-06T04:04:36.859Z (about 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hosts setup
This is a simple bash script that replaces your system `/etc/hosts` file with
the one found on https://github.com/StevenBlack/hosts
This script only works on macOS.
## Usage
```bash
git clone https://github.com/zachahn/hosts-setup.git
cd hosts-setup
./run.sh
```