From f9a8c19066e4e67adfedcfa5b302ce85c2f4145d Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Sun, 18 Sep 2022 21:13:01 -0500 Subject: [PATCH] Adding home-git script for User Support Repos --- bin/home-git | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100755 bin/home-git diff --git a/bin/home-git b/bin/home-git new file mode 100755 index 0000000..4aa8447 --- /dev/null +++ b/bin/home-git @@ -0,0 +1,114 @@ +#!/bin/bash + +# File: home-git +# +# Description: This file allows scripted support for user support repositories in a Git instance. +# https://aninix.net/AniNIX/Wiki/src/branch/main/Articles/User_Support_Repositories.md +# +# Package: AniNIX/Uniglot +# Copyright: WTFPL +# +# Author: DarkFeather + +function InitializeGitIgnore() { + ### Seed the .gitignore + + cat > ~/.gitignore <