home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9ef0b14d16a06afad24c9834df5d2a298be84984
parent 7120d212adf3f55d0a20f2e44765bc071fcb3ac4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  4 Jun 2020 14:43:52 +0200

docs: use monorepo link abbreviation

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mdocs/index.org | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/index.org b/docs/index.org @@ -1,12 +1,13 @@ #+TITLE: Configurations #+FILETAGS: #home infra configuration dotfiles #+SETUPFILE: ./.setupfile.org +#+LINK: monorepo https://git.sr.ht/~vdemeester/home This set of pages and articles are describing and discussing my configurations. By configurations I mean the [[https://dotfiles.github.io/][dotfiles]] for miscellaneous software and operating systems (like -[[https://nixos.org][=NixOS=]], or [[https://www.gnu.org/software/emacs/][GNU Emacs]]). This documents comes from my [[https://gitlab.com/vdemeester/home][monorepo]] for my personal tools and +[[https://nixos.org][=NixOS=]], or [[https://www.gnu.org/software/emacs/][GNU Emacs]]). This documents comes from my [[monorepo][monorepo]] for my personal tools and infrastructure. I'm trying to use [[https://nixos.org/nix/][Nix]] as much as possible for those configuration, using -[[https://nixos.org][=NixOS=]] and [[https://rycee.gitlab.io/home-manager/][=home-manager=]]. But it is not limited to this. The goal of my [[https://gitlab.com/vdemeester/home][monorepo]] is: +[[https://nixos.org][=NixOS=]] and [[https://rycee.gitlab.io/home-manager/][=home-manager=]]. But it is not limited to this. The goal of my [[monorepo][monorepo]] is: - Centralized (sometimes /literate/) configurations - Shareable nix modules (e.g. =zsh= configuration on =nixos= and using =home-manager=) @@ -22,11 +23,11 @@ * TODO Setup -My [[https://gitlab.com/vdemeester/home][monorepo]] can be used on multiple system — [[https://nixos.org][=NixOS=]] and [[https://fedoraproject.org/][Fedora]] mainly, but it should work +My [[monorepo][monorepo]] can be used on multiple system — [[https://nixos.org][=NixOS=]] and [[https://fedoraproject.org/][Fedora]] mainly, but it should work on anything that can run [[https://nixos.org/nix][Nix]] is available, and where [[https://rycee.gitlab.io/home-manager/][=home-manager=]] works. -- [[file:install/nixos.org][How to install on NixOS]] explains how to setup and use the monorepo when installing NixOS -- [[file:install/fedora.org][How to install on Fedora]] explains how to setup and use the monorepo when installing on +- [[file:install/nixos.org][How to install on NixOS]] explains how to setup and use the [[monorepo][monorepo]] when installing NixOS +- [[file:install/fedora.org][How to install on Fedora]] explains how to setup and use the [[monorepo][monorepo]] when installing on Fedora (after the installation) - [[file:install/bootstrap.org][Bootstrap & install]] scripts explained