From 4ebe6b615a67351855529a95e7afed86b7c7ec9e Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 6 Nov 2021 20:59:11 -0400 Subject: [PATCH] Make sure undo can store files --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c576c3..56db70a 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,14 @@ STOWED = bin git ruby tmux vim zsh alacritty atomaka all: install -install: plug-vim initialize-colors +install: vim-setup initialize-colors stow $(STOWED) uninstall: stow -D $(STOWED) -plug-vim: +vim-setup: + mkdir -p $$HOME/.vim/undo if test ! -f ~/.vim/autoload/plug.vim ; then \ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ; \