dotfiles

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

git clone git://git.shimmy1996.com/dotfiles.git
commit 010660e6395fd91d0a8a1e8ac22706813f140241
parent 93f0a0fb002b3fb1da943c5a4ffbfbf10d2c31a6
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  9 Feb 2019 18:22:19 -0500

Bootstrap vimplug.

Diffstat:
M.local/bin/bigmod | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.local/bin/bigmod b/.local/bin/bigmod
@@ -18,4 +18,8 @@ putgitrepo() { # Downlods a gitrepo $1 and places the files in $2 only overwriti
 # Install the dotfiles in the user's home directory
 putgitrepo "$dotfilesrepo" "/home/$name" || error "Programs have installed, but dotfiles failed to deploy."
 
+# Bootstrap vimplug.
+curl -fLo "/home/$name/.local/share/nvim/site/autoload/plug.vim" --create-dirs \
+    "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
+
 dialog --infobox "BIGMOD deployed." 3 20