From 8cb0c6a6ac080fa83b5f858c9d1be0008481015e Mon Sep 17 00:00:00 2001 From: infidel Date: Thu, 24 Mar 2022 00:07:53 +0700 Subject: [PATCH] Add gitignore --- .gitignore | 2 ++ install.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f4997b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vim/* +!.vim/autoload/ diff --git a/install.sh b/install.sh index b46b32f..aee26c7 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ echo "VIM Conf" ln -sf $(pwd)/.vimrc /home/$(whoami)/ ln -sf $(pwd)/.vim/ /home/$(whoami)/ +vim -c 'PlugInstall' echo "TMUX Conf" ln -sf $(pwd)/.vimrc /home/$(whoami)/