1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 05:44:17 +00:00

Change "folder" for "directory"

This commit is contained in:
Marcel Robitaille
2019-01-25 16:25:42 -04:00
parent 83bd88a02f
commit cd4f964875

View File

@@ -539,7 +539,7 @@ Dotdrop offers two ways to symlink dotfiles. The first simply links `dst` to `sr
dotfile entry in the config file. dotfile entry in the config file.
The second symlink method is a little more complicated. It creates a symlink in The second symlink method is a little more complicated. It creates a symlink in
`dst` for every file/folder in `src`. This feature can be very useful dotfiles `dst` for every file/directory in `src`. This feature can be very useful dotfiles
such as vim where you may not want plugins cluttering your dotfiles repository. such as vim where you may not want plugins cluttering your dotfiles repository.
An example configuration and the corresponding result is given below. An example configuration and the corresponding result is given below.