curl -o - https://raw.githubusercontent.com/chiahan1123/vimrc/master/install.sh | sh
vim +PlugInstall +qall
Since this is using vim-plug, you can update vim-plug as follows:
vim +PlugUpgrade
Also, you can update the plugins as follows:
vim +PlugUpdate
Refer to the vimrc
file.