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 git@github.com:darthsoup/dotfiles.git
cd dotfiles
sh install
To update Znap and all of your plugins/repos simultaneously, run
znap pullVim makes use of minpac for plugin management. At the first start-up call:
:PacSetupTo update minpac and all of your plugins/repos simultaneously, run
:PacUpdatedont forget to add your .gitconfig.local file
[user]
name = 'Your Name'
email = 'your@email.com'See the bundled LICENSE file for details.