bcho / Watson.zsh

A simple zsh plugin for Watson.
5 stars 0 forks source link

unable to find package watson #1

Open Tycholiz opened 4 years ago

Tycholiz commented 4 years ago

Hello,

I'm unable to figure out how to load watson into my directory. any chance I can get some assistance with this?

In exchange for help I write a bit of a documentation on the process of connecting the plugin to oh-my-zsh

Thank you!

lukaszett commented 1 year ago

Hey, it seems like the package is no longer maintained but as it is quite limited in scope it doesn't seem to be outdated.

Here are the steps you need to follow to install:

  1. navigate to your custom plugin folder: cd $ZSH_CUSTOM/plugins
  2. clone this repository
  3. rename the folder you cloned the repo from "watson.zsh" to "watson"
  4. in your .zshrc, add watson to your list of plugins e.g. plugins=(git watson)