Initial commit.

This commit is contained in:
CJ Laing
2018-12-05 00:06:27 -05:00
parent 27359c9910
commit e86e9de905

View File

@@ -22,3 +22,12 @@
# pkg.status() {
# git.diffstat
# }
pkg.install()
{
echo "Creating folder structure for shell packages..."
mkdir $HOME/.shell
mkdir $HOME/.shell/lib.d
mkdir $HOME/.shell/aliases.d
mkdir $HOME/.shell/bin
mkdir $HOME/.shell/etc
}