diff --git a/.bin/.e b/.bin/.e index 3656465..1c8ac17 100755 --- a/.bin/.e +++ b/.bin/.e @@ -14,7 +14,9 @@ declare -A mapper=( ["env.d"]="$HOME/.config/env.d/" ["git"]="$HOME/.config/git/config" ["git-ignore"]="$HOME/.config/git/ignore" + ["git-credentials"]="$HOME/.config/git/credentials" ["home-manager"]="$HOME/.config/home-manager/home.nix" + ["host-mode"]="$HOME/.bin/host-mode" ["hyprland"]="$HOME/.config/hypr/hyprland.conf" ["nvim"]="$HOME/.config/astronvim/lua/user/" ["polybar"]="$HOME/.config/polybar" diff --git a/.bin/host-backup b/.bin/host-backup index 62b0abb..1486aa5 100755 --- a/.bin/host-backup +++ b/.bin/host-backup @@ -24,10 +24,10 @@ case "$1" in "_forget") host-backup forget --prune --group-by "host" \ --keep-last 14 \ - --keep-daily 28 \ - --keep-weekly 12 \ - --keep-monthly 24 \ - --keep-yearly 4 + --keep-daily 60 \ + --keep-weekly 24 \ + --keep-monthly 36 \ + --keep-yearly 10 ;; *) restic "$@" diff --git a/.config/git/config b/.config/git/config index 90897c5..6d94636 100644 --- a/.config/git/config +++ b/.config/git/config @@ -20,7 +20,7 @@ [alias] - b = branch -vv + b = branch -vv -a ci = commit cia = commit -C HEAD --amend d = difftool @@ -61,3 +61,5 @@ [commit] gpgsign = true verbose = true +[credential] + helper = store