Move from dots.00dani.id.au to dots.00dani.me

This commit is contained in:
Danielle McLean 2018-03-22 09:26:09 +11:00
parent 66512eb358
commit 7f4af6e10d
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 6 additions and 6 deletions

2
CNAME
View file

@ -1 +1 @@
dots.00dani.id.au
dots.00dani.me

View file

@ -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

View file

@ -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.id.au'
url: 'https://dots.00dani.me'
# Build settings
theme: minima

View file

@ -1,5 +1,5 @@
#!/usr/bin/env zsh
# <a href="https://dots.00dani.id.au/README">WHAT IS THIS</a>
# <a href="https://dots.00dani.me/README">WHAT IS THIS</a>
'bootstrap'() {
echo 'Bootstrapping your dotfiles...' >&2