From 697fcdf46e86a69818322f3f945e425398cf5980 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sat, 30 Oct 2021 21:36:21 +0200 Subject: [PATCH] backup password store and ignore mblaze bins --- local/bin/.gitignore | 33 ++++++++++++++++++++++++++++++++- local/bin/backup | 5 ++++- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/local/bin/.gitignore b/local/bin/.gitignore index 9d78f1f..ce8b8c1 100644 --- a/local/bin/.gitignore +++ b/local/bin/.gitignore @@ -31,8 +31,39 @@ qutebrowser alot xmonad shelltest -mmime snakeviz +# mblaze +mmime +maddr +magrep +mbnc +mcolor +mcom +mdate +mdeliver +mdirs +mexport +mflag +mflow +mfwd +mgenmid +mhdr +minc +mless +mlist +mmkdir +mpick +mquote +mrefile +mrep +mscan +msed +mseq +mshow +msort +mthread +museragent + # shouldn't share this one with the world macaddress diff --git a/local/bin/backup b/local/bin/backup index b265c3a..30be4e4 100755 --- a/local/bin/backup +++ b/local/bin/backup @@ -68,7 +68,7 @@ mantle) /home/ninewise/.password-store \ /home/ninewise/.ssh \ /home/ninewise/.xmonad/src/ \ - /home/ninewise/.yash_history \ + /home/ninewise/.zsh_history \ /data ;; abysm) borg create \ @@ -125,6 +125,9 @@ abysm) ::'{hostname}-{now}' \ /etc \ /var \ + /home/noctua/.password-store \ + /home/noctua/.zsh_history \ + /home/noctua/.ssh \ /home/noctua/ ;; esac