Skip to content

Commit

Permalink
Updated README to add instructions for installing individual tools us…
Browse files Browse the repository at this point in the history
…ing zsh plugin managers, as suggest in PR #26
  • Loading branch information
morgant committed Apr 10, 2021
1 parent 09b57d5 commit 8a21a47
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ TOOLS
INSTALLATION
------------

### Installing from Source

Installing all tools:

1. Clone this repository or download and extract the tools.
Expand All @@ -60,6 +62,18 @@ Installing one or more specific tools:
2. Run `rake`
3. Run `rake 'install[ql,trash]'`, specifying individual tools in a comma separated list between the square brackets. (If you don't have write permission on `/usr/local/bin`, you'll need to prepend `sudo`.)

### Installing Using a `zsh` Plugin Manager

_Note: You cannot install `clipcat`, `dict`, or `with` using this method._

macOS 10.15 Catalina and newer now use `zsh` as the default shell. If you're using a `zsh` plugin manager, you can install individual tools as follows and they'll be automatically downloaded, installed, and kept up-to-date:

* Using [zinit](https://github.com/zdharma/zinit): Add the following to your `~/.zshrc` file for each tool you wish to install, `trash`, for example:

```shell
zinit wait'1' lucid light-mode as"program" pick"src/trash" for morgant/tools-osx
```

OTHER TOOLS
-----------

Expand Down

0 comments on commit 8a21a47

Please sign in to comment.