aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/backup_gitconfig.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-04-16 01:39:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-04-16 01:39:30 +0300
commit197482d030b024f09ff9f7f038a11f35cb8021fd (patch)
tree8fc689b70995cc2bc06dbb46764efcb489bea380 /backup_gitconfig.sh
parentstr_replace*: proper escaping in sed patterns (diff)
downloadlinux-home-197482d030b024f09ff9f7f038a11f35cb8021fd.tar.gz
linux-home-197482d030b024f09ff9f7f038a11f35cb8021fd.zip
backup_gitconfig.sh -> configure_git.sh
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" ~