dotfiles

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

git clone git://git.shimmy1996.com/dotfiles.git
commit bca3d28b08d685807645965e578f4a85e8385b6c
parent 4e31f9288513d62e1d3c3af85dec2d71df15fa38
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 20 Jan 2019 11:14:06 -0500

Hide readme file.

Diffstat:
RREADME.org -> .README.org | 0
M.gitignore | 2+-
M.local/bin/bigmod | 2--
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.org b/.README.org
diff --git a/.gitignore b/.gitignore
@@ -2,7 +2,7 @@
 
 # Git files.
 !.gitignore
-!README.org
+!.README.org
 
 # Config files.
 !.config
diff --git a/.local/bin/bigmod b/.local/bin/bigmod
@@ -11,8 +11,6 @@ putgitrepo() { # Downlods a gitrepo $1 and places the files in $2 only overwriti
     sudo -u "$name" git clone --depth 1 "$1" "$dir/gitrepo" >/dev/null 2>&1 &&
         sudo -u "$name" mkdir -p "$2" &&
         sudo -u "$name" cp -rfT "$dir"/gitrepo "$2"
-    sudo -u "$name" rm -f "$2/README.org"
-    sudo -u "$name" rm -f "$2/LICENCE"
     sudo -u "$name" chmod -R +x "$2/.local/bin/*"
     sudo -u "$name" chmod +x "$2/.profile"
 }