cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

549a63a8c4e5824177b9b6e19c318da5a6b63b27

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-02-09T16:34:33Z

add borg config to zsh
 zsh/.zshrc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/zsh/.zshrc b/zsh/.zshrc
index 1019bba..01e2f9c 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -11,6 +11,10 @@ fi
 export PATH="/Users/cmc/.local/xonsh-env/xbin:$PATH"
 export GPG_TTY=$(tty)
 
+# borgbackup
+export BORG_CACHE_DIR="/tank/borg-cache"
+mkdir -p /tank/borg-cache
+
 # NVM Configuration
 export NVM_DIR="$HOME/.nvm"
 [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh"