Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): update links

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>

+4 -4
+4 -4
README.md
··· 7 7 8 8 ```bash 9 9 # Working on it soon. 10 - curl -fsSL https://scripts.andreijiroh.xyz/dotfiles/setup.sh | bash - 10 + curl -fsSL https://scripts.andreijiroh.dev/dotfiles/setup.sh | bash - 11 11 ``` 12 12 13 13 ## Available Git mirrors ··· 16 16 [`~ajhalili2006/dotfiles`][git.sr.ht] Git repository, alongside the following 17 17 Git mirrors: 18 18 19 - * mau.dev: <https://mau.dev/andreijiroh.dev/dotfiles> (technically canonical due 19 + * mau.dev: <https://mau.dev/andreijiroh-dev/dotfiles> (technically canonical due 20 20 to how mirroring work and usualy pushed there first) 21 - * GitHub: <https://github.com/ajhalili2006/dotfiles> 21 + * GitHub: <https://github.com/andreijiroh-dev> 22 22 * Launchpad.net: <https://git.launchpad.net/ajhalili2006-dotfiles> 23 23 * ~vern git: <https://git.vern.cc/ajhalili2006/dotfiles-modern> 24 24 * tildegit: <https://tildegit.org/ajhalili2006/dotfiles-modern> ··· 33 33 # on a Alpine Linux sandbox VM (or chroot) 34 34 apk add yadm git gnupg 35 35 36 - yadm clone https://mau.dev/andreijiroh.dev/dotfiles 36 + yadm clone https://mau.dev/andreijiroh-dev/dotfiles 37 37 yadm restore --staged $HOME 38 38 yadm checkout -- $HOME 39 39