Added scripts for installing command

This commit is contained in:
2022-10-21 00:23:12 +02:00
parent b939593445
commit 09cd5a7e31
4 changed files with 17 additions and 14 deletions

8
scripts/install-git-alias.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
mkdir ~/.git-bins
cp git-alias/git-ignore ~/.git-bins/git-ignore
echo "Make sure to add ~/.git-bins to your PATH"