aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <me@brysonsteck.xyz>2024-11-23 11:39:53 -0700
committerBryson Steck <me@brysonsteck.xyz>2024-11-23 11:39:53 -0700
commit4a951b829dabcfd4112172fd33c731437abb84fb (patch)
tree689c7e6e14c0e4c26c2f3516fa4e69880b35f33b
parent1ab1aca48842183382266b4b58cf53a5fdb8304b (diff)
downloadbrysags-master.tar
brysags-master.tar.gz
brysags-master.tar.bz2
set up script organizationHEADmaster
-rwxr-xr-xamd64.d/portage-config0
-rwxr-xr-xbrysags27
-rwxr-xr-xcommon.d/source-arch0
3 files changed, 27 insertions, 0 deletions
diff --git a/amd64.d/portage-config b/amd64.d/portage-config
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/amd64.d/portage-config
diff --git a/brysags b/brysags
new file mode 100755
index 0000000..5e72adb
--- /dev/null
+++ b/brysags
@@ -0,0 +1,27 @@
+#!/bin/sh
+#
+# brysags
+# Bryson's Awesome Gentoo Scripts
+#
+# A set of Gentoo shell scripts that automates the installation and management of a Gentoo system.
+# Copyright (C) 2024 Bryson Steck
+#
+# This program is free software; you can redistribute it and/or modify it under the terms of the
+# GNU General Public License as published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along with this program; if not,
+# write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA. Also add information on how to contact you by electronic and paper mail.
+#
+
+# import common functions
+if [ -d ./brysags.d ]; then
+ . ./brysags.d/*
+fi
+
+# import functions for the current architecture
diff --git a/common.d/source-arch b/common.d/source-arch
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/common.d/source-arch