aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/backup_gitconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backup_gitconfig.sh')
-rwxr-xr-xbackup_gitconfig.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/backup_gitconfig.sh b/backup_gitconfig.sh
deleted file mode 100755
index d0224a5..0000000
--- a/backup_gitconfig.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-
-set -o errexit -o nounset -o pipefail
-
-script_dir="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" && pwd )"
-cp --remove-destination -- "$script_dir/%HOME%/.gitconfig" ~