Clone the repo and run the install script:
git clone https://github.com/nathanmyles/Dotfiles.git
cd ~/Dotfiles
./install.shThe script will back up any existing dotfiles to <file>.backup and symlink everything from the repo into $HOME.
To add a file or folder to your dotfiles, use the add command:
./install.sh add ~/.zshrc
./install.sh add ~/.config/nvim/lua/config/keymaps.luaThis will copy the file into the repo, set up the symlink, and remind you to commit it.
No need to install LazyVim manually. Just run the install script, open nvim, and it will bootstrap itself automatically.
Create a fork of this repo so you can have your own set of configuration!
Make sure you edit the zsh-theme in antigenrc to point to your fork