You can use the install.sh
script featured with the ULHPC dotfiles repository.
$> cd ~/.dotfiles
$> ./install.sh --vim # OR ./install.sh --with-vim
This will setup the following files:
~/.vimrc
$> cd ~/.dotfiles
$> ./install.sh --delete --vim
- use
.vimrc.local
to place your local custom vim code.