dotfiles/README.rst

720 B

Baco's Dotfiles

These are my dot files.

Submodules

Take into account that this project has submodules. When cloning do it as: :

$ git clone --recurse-submodules --remote-submodules https://gitlab.com/baco/dotconf.git

Updating

Periodically update submodules with the following git command: :

$ git submodule update --remote --depth=1

If cloned without the --recurse-submodules --remote-submodules git-clone flags you can fix that by running: :

$ git submodule update --remote --init

Some Neovim/Vim specifics

Neovim/Vim README

~ Made with ❤️ and 🧉 ~