1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00
This commit is contained in:
deadc0de6
2022-07-01 22:31:40 +02:00
parent 1bf0124779
commit 07adaf7709
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Installation # Installation
* [as a submodule](#as-a-submodule) * [As a submodule](#as-a-submodule)
* [PyPI package](#pypi-package) * [PyPI package](#pypi-package)
* [Homebrew package](#homebrew-package) * [Homebrew package](#homebrew-package)
* [AUR packages](#aur-packages) * [AUR packages](#aur-packages)
@@ -15,7 +15,7 @@ you are cloning your dotfiles Git tree from you will have dotdrop shipped with i
Note that when using dotdrop as a submodule you will be tracking the master branch (and not a specific version) Note that when using dotdrop as a submodule you will be tracking the master branch (and not a specific version)
The following will create a Git repository for your dotfiles and The following will create a Git repository for your dotfiles and
keep dotdrop as a submodule. keep dotdrop as a submodule.
```bash ```bash
## create the repository ## create the repository
$ mkdir dotfiles; cd dotfiles $ mkdir dotfiles; cd dotfiles

View File

@@ -36,8 +36,9 @@ nav:
- 'Manage system dotfiles': 'howto/system-config-files.md' - 'Manage system dotfiles': 'howto/system-config-files.md'
- 'Merge files on install': 'howto/merge-files-when-installing.md' - 'Merge files on install': 'howto/merge-files-when-installing.md'
- 'Prompt user for variables': 'howto/prompt-user-for-variables.md' - 'Prompt user for variables': 'howto/prompt-user-for-variables.md'
- 'Share content across dotfiles': 'sharing-content.md' - 'Share content across dotfiles': 'howto/sharing-content.md'
- 'Symlink dotfiles': 'symlink-dotfiles.md' - 'Symlink dotfiles': 'howto/symlink-dotfiles.md'
- '': ''
markdown_extensions: markdown_extensions:
- meta - meta
- tables - tables