My personal dotfiles
This setup is mainly intended for macOS, but should also work under Linux or Windows (WSL2).
Clone the repo into your home directory and run the install script.
git clone git@github.com:darthsoup/dotfiles.git ~/dotfiles
cd ~/dotfiles
bash install
Dotfiles are symlinked into $HOME, so any edits in the repo take effect immediately.
To also install all packages and apps from the Brewfile, pass --brew:
bash install --brew
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
:PacUpdateDon't forget to add your .gitconfig.local file
[user]
name = 'Your Name'
email = 'your@email.com'See the bundled LICENSE file for details.