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 pullNeovim uses lazy.nvim for plugin management. Plugins are installed automatically on the first launch.
To update all plugins, run inside Neovim:
:Lazy updateDon't forget to add your .gitconfig.local file
[user]
name = 'Your Name'
email = 'your@email.com'See the bundled LICENSE file for details.