From 702b07dfff30db10c45605227c917e7cef2608fa Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Thu, 18 Feb 2021 16:02:55 +0700 Subject: [PATCH] add vim-plug --- Scripts/debian.sh | 4 ++++ Scripts/fedora.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Scripts/debian.sh b/Scripts/debian.sh index af1db90..5a77709 100755 --- a/Scripts/debian.sh +++ b/Scripts/debian.sh @@ -16,3 +16,7 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$ # https://github.com/junegunn/fzf#using-git git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install + +# https://github.com/junegunn/vim-plug +sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' diff --git a/Scripts/fedora.sh b/Scripts/fedora.sh index 797144f..1156d68 100755 --- a/Scripts/fedora.sh +++ b/Scripts/fedora.sh @@ -18,3 +18,7 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$ # https://github.com/junegunn/fzf#using-git git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install + +# https://github.com/junegunn/vim-plug +sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'