forked from CodelyTV/dotly
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] installer installed packages (#106)
* Added dependencies * Added dependencies only when backup is requested * Added to is_installed the possibility to check with a package manager or specific package manager * Removed package dependency cargo-update to avoid installing in CI. It will be installed in non CI when executing dot package update_all at the end of installation * Fixed packages to be installed * Fixed conditional when choose registry * Now arguments can be passed to install and uninstall functions * Improved uninstall * Fixed ok message color * Fixed error checking if a package was installed when package to be checked has a similar name to one installed * Now you can pass arguments to install and uninstall functions without needed of know which package manager you need to use. Force install and uninstall are completely possible giving to latest function to be used the argument --force. Package managers can be refactored to use this new option * Added bash recipe * Added zsh recipe * Fixed wrong calling to function because of naming. Co-authored-by: Gabriel Trabanco Llano <gtrabanco@users.noreply.github.com>
- Loading branch information
Showing
12 changed files
with
214 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.