mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-18 22:46:40 +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
|
||||
# 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
|
||||
|
@ -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
|
||||
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)
|
||||
* GitHub: <https://github.com/ajhalili2006/dotfiles>
|
||||
* GitHub: <https://github.com/andreijiroh-dev>
|
||||
* Launchpad.net: <https://git.launchpad.net/ajhalili2006-dotfiles>
|
||||
* ~vern git: <https://git.vern.cc/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)
|
||||
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 checkout -- $HOME
|
||||
|
||||
|
|
Loading…
Reference in a new issue