Move from dots.00dani.id.au to dots.00dani.me
This commit is contained in:
parent
66512eb358
commit
7f4af6e10d
4 changed files with 6 additions and 6 deletions
2
CNAME
2
CNAME
|
@ -1 +1 @@
|
||||||
dots.00dani.id.au
|
dots.00dani.me
|
||||||
|
|
|
@ -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:
|
A fast and easy bootstrap for my dotfiles that also acts as a simple management script once installed. Bootstrapping is as simple as:
|
||||||
|
|
||||||
```zsh
|
```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
|
```zsh
|
||||||
curl https://dots.00dani.id.au > dots
|
curl https://dots.00dani.me > dots
|
||||||
less dots
|
less dots
|
||||||
# reviewing ... looks okay!
|
# reviewing ... looks okay!
|
||||||
zsh dots
|
zsh dots
|
||||||
|
|
|
@ -3,7 +3,7 @@ email: gopsychonauts@gmail.com
|
||||||
description: "Bootstrap and simple management script for 00dani's dotfiles"
|
description: "Bootstrap and simple management script for 00dani's dotfiles"
|
||||||
twitter_username: 00d4n1
|
twitter_username: 00d4n1
|
||||||
github_username: 00dani
|
github_username: 00dani
|
||||||
url: 'https://dots.00dani.id.au'
|
url: 'https://dots.00dani.me'
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
theme: minima
|
theme: minima
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/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'() {
|
'bootstrap'() {
|
||||||
echo 'Bootstrapping your dotfiles...' >&2
|
echo 'Bootstrapping your dotfiles...' >&2
|
||||||
|
|
Loading…
Reference in a new issue