From b71302eb91e016d584bf96a9ece404ad18f117f3 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Sat, 14 Jan 2023 13:23:37 -0800 Subject: [PATCH] removing old references --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4154c40..4337b05 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,8 @@ These are generic dotfiles intended for use across any platform. ## Supported Configurations * bash -* conky * emacs * git -* i3 * mutt * offlineimap * khard @@ -20,7 +18,7 @@ These are generic dotfiles intended for use across any platform. Following the best practices of the local platform install `git` and `stow`. ``` -$ git clone git@git.sr.ht:~amdavidson/dotfiles $HOME/.dotfiles +$ git clone https://pretend.work/amd/dotfiles.git $HOME/.dotfiles $ cd $HOME/.dotfiles $ stow {scripts,bash,git,tmux,vim} ```