- Create theme folder (in case you don't have yet):
mkdir -p ~/.vim/pack/themes/start
- Navigate to the folder above:
cd ~/.vim/pack/themes/start
- Clone the repository using the "omni" name:
git clone https://github.com/GuiLra/vim omni
- Create configuration file (in case you don't have yet):
touch ~/.vimrc
- Edit the
~/.vimrc
file with the following content:
packadd! omni
syntax enable
colorscheme omni