From 7cc0a27ecf48d5ab099acf6e6fce5d51490e0e73 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 22 Mar 2018 09:27:13 +1100 Subject: [PATCH] Revert "Move from dots.00dani.id.au to dots.00dani.me" This reverts commit 7f4af6e10d1c4a269daf391076a17a869b35b5c0. I forgot that Cloudflare provides TLS and GitHub Pages doesn't work without it. :/ --- CNAME | 2 +- README.md | 6 +++--- _config.yml | 2 +- local/bin/dots | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CNAME b/CNAME index 3ec59ff..3ae1db3 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -dots.00dani.me +dots.00dani.id.au \ No newline at end of file diff --git a/README.md b/README.md index 98891a9..34c236e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ A fast and easy bootstrap for my dotfiles that also acts as a simple management script once installed. Bootstrapping is as simple as: ```zsh -curl https://dots.00dani.me | zsh +curl https://dots.00dani.id.au | zsh ``` -If you're wary about piping scripts into your shell - [you should be](https://www.seancassidy.me/dont-pipe-to-your-shell.html) - then feel free to download the script and check it out first. `dots` *is* [designed to crash harmlessly](https://dots.00dani.me/partial-dl-test) rather than run something dangerous if `curl` is interrupted, however. +If you're wary about piping scripts into your shell - [you should be](https://www.seancassidy.me/dont-pipe-to-your-shell.html) - then feel free to download the script and check it out first. `dots` *is* [designed to crash harmlessly](https://dots.00dani.id.au/partial-dl-test) rather than run something dangerous if `curl` is interrupted, however. ```zsh -curl https://dots.00dani.me > dots +curl https://dots.00dani.id.au > dots less dots # reviewing ... looks okay! zsh dots diff --git a/_config.yml b/_config.yml index 24fd84e..5e8a926 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ email: gopsychonauts@gmail.com description: "Bootstrap and simple management script for 00dani's dotfiles" twitter_username: 00d4n1 github_username: 00dani -url: 'https://dots.00dani.me' +url: 'https://dots.00dani.id.au' # Build settings theme: minima diff --git a/local/bin/dots b/local/bin/dots index 70be887..9cf7d0a 100755 --- a/local/bin/dots +++ b/local/bin/dots @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# WHAT IS THIS +# WHAT IS THIS 'bootstrap'() { echo 'Bootstrapping your dotfiles...' >&2