1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-03 11:43:40 +00:00
Dotfiles/time.sh
2020-10-07 18:12:28 +03:00

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'