mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-31 11:43:39 +00:00
docs(readme): update links
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
a6162c2c84
commit
5c84218091
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ to fix it in, built from scratch and based on <https://drewdevault.com/2019/12/3
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Working on it soon.
|
# Working on it soon.
|
||||||
curl -fsSL https://scripts.andreijiroh.xyz/dotfiles/setup.sh | bash -
|
curl -fsSL https://scripts.andreijiroh.dev/dotfiles/setup.sh | bash -
|
||||||
```
|
```
|
||||||
|
|
||||||
## Available Git mirrors
|
## Available Git mirrors
|
||||||
|
@ -16,9 +16,9 @@ This project is hosted on [hosted instance of sourcehut git](https://git.sr.ht)
|
||||||
[`~ajhalili2006/dotfiles`][git.sr.ht] Git repository, alongside the following
|
[`~ajhalili2006/dotfiles`][git.sr.ht] Git repository, alongside the following
|
||||||
Git mirrors:
|
Git mirrors:
|
||||||
|
|
||||||
* mau.dev: <https://mau.dev/andreijiroh.dev/dotfiles> (technically canonical due
|
* mau.dev: <https://mau.dev/andreijiroh-dev/dotfiles> (technically canonical due
|
||||||
to how mirroring work and usualy pushed there first)
|
to how mirroring work and usualy pushed there first)
|
||||||
* GitHub: <https://github.com/ajhalili2006/dotfiles>
|
* GitHub: <https://github.com/andreijiroh-dev>
|
||||||
* Launchpad.net: <https://git.launchpad.net/ajhalili2006-dotfiles>
|
* Launchpad.net: <https://git.launchpad.net/ajhalili2006-dotfiles>
|
||||||
* ~vern git: <https://git.vern.cc/ajhalili2006/dotfiles-modern>
|
* ~vern git: <https://git.vern.cc/ajhalili2006/dotfiles-modern>
|
||||||
* tildegit: <https://tildegit.org/ajhalili2006/dotfiles-modern>
|
* tildegit: <https://tildegit.org/ajhalili2006/dotfiles-modern>
|
||||||
|
@ -33,7 +33,7 @@ to how mirroring work and usualy pushed there first)
|
||||||
# on a Alpine Linux sandbox VM (or chroot)
|
# on a Alpine Linux sandbox VM (or chroot)
|
||||||
apk add yadm git gnupg
|
apk add yadm git gnupg
|
||||||
|
|
||||||
yadm clone https://mau.dev/andreijiroh.dev/dotfiles
|
yadm clone https://mau.dev/andreijiroh-dev/dotfiles
|
||||||
yadm restore --staged $HOME
|
yadm restore --staged $HOME
|
||||||
yadm checkout -- $HOME
|
yadm checkout -- $HOME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue