dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 1aa2d025c5d02c3f1fbc07602c426636b386d964
parent 1862736376f529416d0d43edc0a0eaec9e06e40c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  6 Sep 2019 18:30:43 +0200

Fix URLs in README

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ My configuration files for GNU/Linux utilities. This repository should be managed as a *bare Git repository*. Install with: - git clone --bare git@gitlab.com:admesg/dotfiles.git $HOME/.dotfiles + git clone --bare git://src.adamsgaard.dk/dotfiles $HOME/.dotfiles git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout git --git-dir=$HOME/.dotfiles --work-tree=$HOME submodule update --init --recursive @@ -18,4 +18,4 @@ or `apt` in the case of GNU/Linux. ## Author Written by Anders Damsgaard. Licensed under GPL v. 3+. -https://git.adamsgaard.dk/dotfiles +https://src.adamsgaard.dk/dotfiles