From b8ea50b626c12b73a98f7829b3d73e5319d12b45 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 25 Apr 2022 23:05:40 +0100 Subject: Use github as source --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 2504fd4..35f4b1f 100644 --- a/readme.md +++ b/readme.md @@ -29,6 +29,6 @@ These configuration files are all managed using a bare git repository, [as outli ## Deploying ``` -git clone https://git.minskio.co.uk/cgit.cgi/dotfiles/ && cd dotfiles +git clone https://github.com/breadcat/dotfiles.git && cd dotfiles shopt -s dotglob && for i in *; do rsync -a "$i" "$HOME" --remove-source-files; done && rm -r . ``` -- cgit v1.2.3