Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -R (--restow) flag in install script #3

Open
nbn22385 opened this issue Jul 15, 2021 · 1 comment
Open

Use -R (--restow) flag in install script #3

nbn22385 opened this issue Jul 15, 2021 · 1 comment

Comments

@nbn22385
Copy link

Rather than deleting and then stowing:

stow -D $folder
stow $folder

You can do:

stow --restow $folder

This will perform the -D (--delete) and -S (--stow) commands in one command.

@nbn22385 nbn22385 changed the title Use --restow flag in install script Use --restow flag in install script Jul 15, 2021
@nbn22385 nbn22385 changed the title Use --restow flag in install script Use -R (--restow) flag in install script Jul 15, 2021
@rishabhdeepsingh
Copy link

maybe add this to README.md ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants