From cb8a742f44d76e4e57c66971d094c427dce9b027 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 17 Feb 2024 19:24:02 +0000 Subject: [PATCH] Remove .elfeed from git-sync scripts --- home/emacs/default.nix | 4 ---- home/scripts/git-sync-all.sh | 2 -- 2 files changed, 6 deletions(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 3c82f314..a8280ba9 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -142,10 +142,6 @@ path = "${documents}/References"; uri = "git+https://git.xenia.me.uk/xenia/references.git"; }; - # elfeed = { - # path = "${config.home.homeDirectory}/.elfeed"; - # uri = "git+https://git.xenia.me.uk/xenia/elfeed.git"; - # }; }; }; home.packages = with pkgs; [ diff --git a/home/scripts/git-sync-all.sh b/home/scripts/git-sync-all.sh index 771c065a..1c9fba7f 100755 --- a/home/scripts/git-sync-all.sh +++ b/home/scripts/git-sync-all.sh @@ -1,12 +1,10 @@ SYNC_DIRS=( "$HOME/.password-store/" - "$HOME/.elfeed/" "$HOME/Documents/Org/" "$HOME/Documents/References/" ) SYNC_URLS=( "https://git.xenia.me.uk/xenia/pass.git" - "https://git.xenia.me.uk/xenia/elfeed.git" "https://git.xenia.me.uk/xenia/org.git" "https://git.xenia.me.uk/xenia/references.git" )