Added newsboat cache files to backup script
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-20 02:58:31 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-20 02:58:31 +0100 |
| Commit | 3fba80713aebc4d5aa16205620c0d4cbccf37c2d (patch) |
|
-rwxr-xr-x |
shenanigans.sh | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/shenanigans.sh b/shenanigans.sh | |||
| ... | |||
| 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/ ./ |
| ... | |||