aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-02-20 02:58:31 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-02-20 02:58:31 +0100
commit3fba80713aebc4d5aa16205620c0d4cbccf37c2d (patch)
tree7494a63fd22f0ba02611903774e4995bb0539f00
parent179c113ac6d4b0e64c8cee4a1b8924ce7f3f41c7 (diff)
downloaddotfiles-3fba80713aebc4d5aa16205620c0d4cbccf37c2d.tar.gz
Added newsboat cache files to backup script
-rwxr-xr-xshenanigans.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 4cf6594..37716f2 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -91,7 +91,8 @@ backup() {
91 cp /home/$USER/.vimrc vimrc 91 cp /home/$USER/.vimrc vimrc
92 cp /home/$USER/.config/emacs/init.el init.el 92 cp /home/$USER/.config/emacs/init.el init.el
93 cp /home/$USER/.config/helix/config.toml config.toml 93 cp /home/$USER/.config/helix/config.toml config.toml
94 cp /home/$USER/.newsbeuter/urls urls 94 cp /home/$USER/.newsboat/urls urls
95 cp /home/$USER/.newsboat/cache.db cache.db
95 96
96 cp -Rf /home/$USER/.ssh/ ./ 97 cp -Rf /home/$USER/.ssh/ ./
97 cp -Rf /home/$USER/.aws/ ./ 98 cp -Rf /home/$USER/.aws/ ./