Skip to content

Commit

Permalink
Add plugin requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Sep 15, 2024
1 parent 2e35fb4 commit c976db5
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,28 @@ PW_KEYCHAINS=(
)
```

# Dependencies
- [fzf](https://github.com/junegunn/fzf)
# Requirements

## `pw`

```bash
brew install fzf
```

## `pw` plugins (optional):

### macos_keychain

Nothing to install, `security` is already installed on macOS.

### keepassxc

```bash
brew install --cask keepassxc
```

### gpg

```bash
brew install gnupg
```

0 comments on commit c976db5

Please sign in to comment.