dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit 04cdd4430cf5b087a6f2b1d07f684e8c899f8b88
parent 6e5e252ca101aa8c3a90e5abfcc9a90c3936d17e
Author: gearsix <gearsix@tuta.io>
Date:   Wed, 25 Nov 2020 11:23:17 +0000

added update to README

Diffstat:
MREADME | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -30,6 +30,11 @@ COMMANDS an install location and aliases to reference the dotfile by when using dotfm. + update <ALIAS> <NEW LOCATION> + update the location that a previously installed dotfile (with an + alias matching ALIAS) symlink points to (sets it to point to NEW + LOCATION). + remove <DOTFILE>... Remove the file at the install location of the dotfile with an alias matching DOTFILE. This is a destructive function, use it carefully.