Skip to content

Commit

Permalink
GIGA-feat(clonerer): add linus dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhoenle committed Jul 27, 2024
1 parent ac793f8 commit 563efe0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home/clonerer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,23 @@ let
path = "/home/ruben";
origin = "[email protected]:rubenhoenle/dotfiles.git";
remotes = {
linus = "[email protected]:Lutzlin-peu/dotfiles.git";
jgero = "[email protected]:jgero/dotfiles.git";
golo300 = "[email protected]:Golo300/dotfiles.git";
mschwer = "[email protected]:Markus-Schwer/dotfiles.git";
sezuisa = "[email protected]:sezuisa/dotfiles.git";
};
}
{
/* linus dotfiles */
name = "linus";
path = "${bromanceDotfilesPath}";
origin = "[email protected]:rubenhoenle/lutzlin-peu-dotfiles.git";
remotes = {
upstream = "[email protected]:Lutzlin-peu/dotfiles.git";
ruben = "[email protected]:rubenhoenle/dotfiles.git";
};
}
{
/* golo300 dotfiles */
name = "golo300";
Expand Down

0 comments on commit 563efe0

Please sign in to comment.