summary refs log tree commit diff stats
path: root/install.sh
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-03-28 10:49:13 +0100
committerChristian Krinitsin <mail@krinitsin.com>2025-03-28 10:49:13 +0100
commita8cb9a7992e3358f91af883dcde369496108449e (patch)
tree0860b8bbc0572767e463fef9c8c40c3b4e6723a5 /install.sh
parentfdac18d538d62bec9fde00dde9182a7efa72811f (diff)
downloaddotfiles-a8cb9a7992e3358f91af883dcde369496108449e.tar.gz
dotfiles-a8cb9a7992e3358f91af883dcde369496108449e.zip
edit pinentry program and gitconfig
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index d9d8959..bbdb7ea 100755
--- a/install.sh
+++ b/install.sh
@@ -6,7 +6,7 @@ SCRIPTPATH=$(dirname "$SCRIPT")
 cd $SCRIPTPATH
 
 # Ignore list
-IGNORE=("bin" "wallpaper" "install.sh" ".git" "scripts")
+IGNORE=("bin" "wallpaper" "install.sh" ".git" "scripts" "git")
 
 printf "Start installing dotfiles\n\n"
 printf "Ignore: %s\n" "${IGNORE[@]}"