My personal dotfiles
This setup is mainly intended for macOS, but should also work under Linux or Windows (WSL2).
To install, simply clone the repo into your user directory and run the install script.
git clone [email protected]:darthsoup/dotfiles.git
cd dotfiles
sh install
To update Znap and all of your plugins/repos simultaneously, run
znap pull
Vim makes use of minpac for plugin management. At the first start-up call:
:PacSetup
To update minpac and all of your plugins/repos simultaneously, run
:PacUpdate
dont forget to add your .gitconfig.local
file
[user]
name = 'Your Name'
email = '[email protected]'
See the bundled LICENSE file for details.