chore: fix references to the git repository url after moving it to the technowitch org.
This commit is contained in:
parent
9ed00ff30c
commit
41c6d6054c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue