Revert "Move from dots.00dani.id.au to dots.00dani.me"
This reverts commit 7f4af6e10d
. I forgot
that Cloudflare provides TLS and GitHub Pages doesn't work without it.
:/
This commit is contained in:
parent
7f4af6e10d
commit
7cc0a27ecf
4 changed files with 6 additions and 6 deletions
2
CNAME
2
CNAME
|
@ -1 +1 @@
|
|||
dots.00dani.me
|
||||
dots.00dani.id.au
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
# <a href="https://dots.00dani.me/README">WHAT IS THIS</a>
|
||||
# <a href="https://dots.00dani.id.au/README">WHAT IS THIS</a>
|
||||
|
||||
'bootstrap'() {
|
||||
echo 'Bootstrapping your dotfiles...' >&2
|
||||
|
|
Loading…
Reference in a new issue