dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 6d8ba8c871146ed143221fb6a3ca0e66b4a4c96b
parent e99806f303aa6f6adbf815e08d34323aa26a841f
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 22 Jan 2019 20:38:46 -0500

Add attribution.

Diffstat:
M.local/bin/bigmod | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.local/bin/bigmod b/.local/bin/bigmod
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
-# Inspired by LARBS (https://larbs.xyz)
+# Inspired by LARBS (https://larbs.xyz) by Luke Smith <luke@lukesmith.xyz>
+# License: GNU GPLv3
 
 [ -z "$dotfilesrepo" ] && dotfilesrepo="ssh://gitea@git.shimmy1996.com:4869/shimmy1996/dotfiles.git"