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