diff --git a/CNAME b/CNAME deleted file mode 100644 index 3ae1db3..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -dots.00dani.id.au \ No newline at end of file diff --git a/README.md b/README.md index 34c236e..98891a9 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.id.au | zsh +curl https://dots.00dani.me | 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.id.au/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.me/partial-dl-test) rather than run something dangerous if `curl` is interrupted, however. ```zsh -curl https://dots.00dani.id.au > dots +curl https://dots.00dani.me > dots less dots # reviewing ... looks okay! zsh dots diff --git a/_config.yml b/_config.yml index 5e8a926..d0cf5ab 100644 --- a/_config.yml +++ b/_config.yml @@ -1,9 +1,9 @@ title: 00dani/dot-dots -email: gopsychonauts@gmail.com +email: dani@00dani.me description: "Bootstrap and simple management script for 00dani's dotfiles" twitter_username: 00d4n1 github_username: 00dani -url: 'https://dots.00dani.id.au' +url: 'https://dots.00dani.me' # Build settings theme: minima diff --git a/local/bin/dots b/local/bin/dots index 9cf7d0a..70be887 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