Install plugin manager:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
For more information about Plugin Manager vim-plug.
git clone https://github.com/mammaddrik/vimrc.git
copy and paste .vimrc file to /home
.
copy and paste hackthebox.vim file to ./vim/colors
.
If the directory does not exist use:
mkdir .vim/colors
.
for install Plugin open a vim file use:
:PlugInstall
.