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.

