dotfiles

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

git clone git://git.shimmy1996.com/dotfiles.git
commit 969746fe4d41f21746a6b62abde351dec3f8a566
parent 3d577a464e273324600ba136dc660837f457a0ed
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 20 Jan 2019 17:22:55 -0500

Add shebang.

Diffstat:
M.local/bin/bigmod | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.local/bin/bigmod b/.local/bin/bigmod
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 # Inspired by LARBS (https://larbs.xyz)
 
 [ -z "$dotfilesrepo" ] && dotfilesrepo="ssh://gitea@git.shimmy1996.com:4869/shimmy1996/dotfiles.git"