dotfiles/README.rst

41 lines
720 B
ReStructuredText

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 <nvim/README.rst>`_
.. class:: center
~ Made with ❤️ and 🧉 ~
.. vim: se ft=rst