dotfiles/README.rst

41 lines
720 B
ReStructuredText
Raw Permalink Normal View History

2017-10-21 08:08:05 +00:00
Baco's Dotfiles
===============
2018-02-08 03:19:46 +00:00
These are my dot files.
2017-10-21 08:08:05 +00:00
2019-12-15 20:58:17 +00:00
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
2019-12-15 20:58:17 +00:00
Updating
''''''''
2017-10-21 08:08:05 +00:00
2022-08-07 21:03:42 +00:00
Periodically update submodules with the following ``git`` command:
2022-08-04 20:35:18 +00:00
::
$ git submodule update --remote --depth=1
2022-08-07 21:03:42 +00:00
If cloned without the ``--recurse-submodules`` ``--remote-submodules``
git-clone flags you can fix that by running:
2020-12-08 21:43:23 +00:00
::
$ git submodule update --remote --init
2020-12-08 21:43:23 +00:00
Some Neovim/Vim specifics
-------------------------
`Neovim/Vim README <nvim/README.rst>`_
2022-08-04 20:35:18 +00:00
.. class:: center
~ Made with ❤️ and 🧉 ~
2017-10-21 08:08:05 +00:00
.. vim: se ft=rst