mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 06:08:03 +00:00
adding mkdocs
This commit is contained in:
8
docs/meta/dependencies.md
Normal file
8
docs/meta/dependencies.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Beside the python dependencies defined in [requirements.txt](https://github.com/deadc0de6/dotdrop/blob/master/requirements.txt), dotdrop depends on following tools:
|
||||
* `file`
|
||||
* `diff`
|
||||
* `mkdir`
|
||||
* `git` (for the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))
|
||||
* `readlink` or `realpath` (for the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh))
|
||||
|
||||
For MacOS users, make sure to install `realpath` (part of `coreutils`) through [homebrew](https://brew.sh/).
|
||||
12
docs/meta/people-using-dotdrop.md
Normal file
12
docs/meta/people-using-dotdrop.md
Normal file
@@ -0,0 +1,12 @@
|
||||
For more examples, see how people are using dotdrop
|
||||
|
||||
* [https://github.com/open-dynaMIX/dotfiles](https://github.com/open-dynaMIX/dotfiles)
|
||||
* [https://github.com/moyiz/dotfiles](https://github.com/moyiz/dotfiles)
|
||||
* [https://github.com/japorized/dotfiles](https://github.com/japorized/dotfiles)
|
||||
* [https://gitlab.com/lyze237/dotfiles-public](https://gitlab.com/lyze237/dotfiles-public)
|
||||
* [https://github.com/whitelynx/dotfiles](https://github.com/whitelynx/dotfiles)
|
||||
* [https://github.com/Eluminae/dotfiles](https://github.com/Eluminae/dotfiles)
|
||||
* [https://github.com/davla/dotfiles](https://github.com/davla/dotfiles) and [https://github.com/davla/setup](https://github.com/davla/setup)
|
||||
|
||||
Or search directly on [github](https://github.com/search?q=filename%3Aconfig.yaml+dotdrop&type=Code)
|
||||
for config examples.
|
||||
Reference in New Issue
Block a user