https://github.com/redxtech/zsh-aur-install
A zsh plugin that provides a function to install a package from the AUR.
https://github.com/redxtech/zsh-aur-install
arch-linux arch-user-repository archlinux aur zsh zsh-plugin
Last synced: 9 months ago
JSON representation
A zsh plugin that provides a function to install a package from the AUR.
- Host: GitHub
- URL: https://github.com/redxtech/zsh-aur-install
- Owner: redxtech
- License: mit
- Created: 2021-06-05T07:19:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T10:00:22.000Z (over 4 years ago)
- Last Synced: 2025-02-19T13:46:52.136Z (9 months ago)
- Topics: arch-linux, arch-user-repository, archlinux, aur, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - aur-install - Small plugin to install packages from the AUR. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - aur-install - Small plugin to install packages from the AUR. (Plugins / ZSH on Windows)
README
# aur-install
> aur-install is a zsh plugin that provides a function to install a package from the AUR.
## Installing
### zinit
Add this to your zinit config (.zshrc):
```zsh
zinit light redxtech/zsh-aur-install
# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-aur-install
```
### oh-my-zsh
Install it with your favourite zsh package manager, or clone it directly to your
`$ZSH_CUSTOM/plugins` directory with git, and add `zsh-aur-install` to the plugins
array in your `.zshrc` file:
```zsh
plugins=(... zsh-aur-install)
```
## Usage
`aur-install` is very easy to use, simply run the command with the name of the
package you wish to install as the only arg:
```zsh
aur-install package
```
## Author
**aur-install** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.