wip
This commit is contained in:
parent
b0a62cdd42
commit
faee540985
1 changed files with 4 additions and 2 deletions
|
@ -48,14 +48,16 @@ esac
|
|||
|
||||
1. Package Management:
|
||||
|
||||
`\_install pkg1 pkg2` - Installs packages using the correct package manager </br>
|
||||
`\_remove pkg1 pkg2` - Removes packages (CAUTION: no confirmation!) </br>
|
||||
`_install pkg1 pkg2` - Installs packages using the correct package manager </br>
|
||||
`_remove pkg1 pkg2` - Removes packages (CAUTION: no confirmation!) </br>
|
||||
|
||||
`checkAndInstall pkg1 pkg2` - Checks if command exists, installs if missing
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
_install neovim git
|
||||
_remove nano
|
||||
checkAndInstall curl wget
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue