This repo contains configuration files for shell, vim, etc.
Dotbot is used to correctly create symlinks for files and directories after cloning .dotfiles repo.
cd ~
git clone https://github.com/NevPalmer/.dotfiles.git
cd .dotfiles
./install
vim
:PlugStatus
:PlugInstall
cd %HOMEPATH%
git clone https://github.com/NevPalmer/.dotfiles.git
mklink _vimrc .dotfiles\vimrc
vim
:PlugStatus
:PlugInstall
If using MarkdownPreview with Firefox you may need to set the following for the plugin to autoclose the preview window.
- Open Firefox
- Type
about:config
in the address bar and press theEnter
key. - Search for
dom.allow_scripts_to_close_windows
and set its value totrue
.
Both Vim and Gvim should now be configured.
Your configuration should be complete!