From 41c6d6054c95d465bc88a6fd98bc6a6aa00b6ec2 Mon Sep 17 00:00:00 2001 From: Philomena Date: Mon, 22 Jul 2024 23:29:36 +0200 Subject: [PATCH] chore: fix references to the git repository url after moving it to the technowitch org. --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81abe13..f043e7f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To extend the editor with new languages and tools, simply add them to [`tools.lu ## Installation -1. Clone this repo to `~/dotfiles` by running `git clone https://git.pew.io/phil/elas-arch-config.git ~/dotfiles` +1. Clone this repo to `~/dotfiles` by running `git clone https://git.pew.io/technowitch/elas-arch-config.git ~/dotfiles` 2. Change the name and email address in `git/.config/git/config` 3. Arch Linux only: Change `pacmanfile/.config/pacmanfile/pacmanfile.txt` to your liking or add `pacmanfile-extra.txt` to the same directory for independent packages per machine diff --git a/install.sh b/install.sh index 95fb589..c0b9596 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -CONFIGFILES_REPOSITORY="https://git.pew.io/phil/elas-arch-config.git" +CONFIGFILES_REPOSITORY="https://git.pew.io/technowitch/elas-arch-config.git" CONFIGFILES_DIRECTORY="~/dotfiles" # This script installs these dotfiles.