We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setup should backup all files it's going to overwrite with a copy in a new directory.
It should backup a copy of the files it's replacing into a directory .dotfiles/~backup/yyyy-mm-dd h-i-s/*
.dotfiles/~backup/yyyy-mm-dd h-i-s/*
There should be no need to handle conflicts because we are using to the second naming conventions on the directories.
The text was updated successfully, but these errors were encountered:
feat(setup): update setup script to create backups
f5b3991
backups are now created before a file is symlinked Closes closes #2 closes #3
Todo: Need to test this
Sorry, something went wrong.
terriann
No branches or pull requests
Setup should backup all files it's going to overwrite with a copy in a new directory.
It should backup a copy of the files it's replacing into a directory
.dotfiles/~backup/yyyy-mm-dd h-i-s/*
There should be no need to handle conflicts because we are using to the second naming conventions on the directories.
The text was updated successfully, but these errors were encountered: