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

aliases: Move brew and chezmoi plugins to aliases #609

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions plugins/brew/README.md → aliases/brew.aliases.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# brew plugin
# Aliases: `brew`

The plugin adds several aliases for common [brew](https://brew.sh) commands.

To use it, add `brew` to the plugins array of your bashrc file:

```bash
plugins=(... brew)
```

## Aliases
Several aliases for common [brew](https://brew.sh) commands.

| Alias | Command | Description |
|--------|----------------------|---------------|
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions plugins/chezmoi/README.md → aliases/chezmoi.aliases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Chezmoi plugin
# Aliases: `chezmoi`

The chezmoi plugin defines a number of useful aliases for you. [Consult the complete list](./chezmoi.plugin.sh)

## List of aliases
This adds a number of useful aliases for [chezmoi](https://www.chezmoi.io) usage. [Consult the complete list](./chezmoi.plugin.sh)

| Alias | Command | Description |
|-------|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ By leveraging these plugins, you can streamline your workflow and tackle coding
| bash-preexec | Tool allowing execution of commands before they are executed in Bash. |
| bashmarks | Utility facilitating directory navigation via bookmarks in Bash. |
| battery | Plugin related to monitoring and managing battery on computer systems. |
| brew | Package manager for macOS and Linux facilitating software installation and management. |
| bu | Insufficient information provided to give a precise description. |
| chezmoi | Dotfile management tool enabling management of user environment configuration. |
| dotnet | This plugin provides completion and useful aliases for .NET Core CLI. |
| fasd | Utility easing filesystem navigation through shortcuts and abbreviated commands. |
| gcloud | Command-line tools for interacting with Google Cloud Platform (GCP). |
Expand Down
Loading