diff options
author | Julian T <julian@jtle.dk> | 2019-07-14 21:24:11 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-07-14 21:29:14 +0200 |
commit | c09dceb3997ef3e581a442ca9416e886cbeef304 (patch) | |
tree | 8ea65ddfeb5c0623be92dccddf6de3e8c89dce2d /README.org | |
parent | cf26b4ffe9745b2c758ff2e65da328a10885e608 (diff) |
Replaced initFolders with setupscript system
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -10,4 +10,19 @@ To install a package or module one can run. : stow emacs - + +** Stows script + + This scripts runs pre and post setup scripts. + + These scripts are in encased in # because it's in stow's default ignore :-D. + + To use the wrapper script run. + + : stows emacs + + To pass flags to package scripts put them before the package + + : stows vim -D emacs + + This will setup vim and delete emacs. |