mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-19 07:09:15 +00:00
8 lines
298 B
Bash
Executable file
8 lines
298 B
Bash
Executable file
|
|
~/.vim/autoload/plug.vim --create-dirs \
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
|
|
|
|
|
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'
|