Skip to content

Commit

Permalink
Update macos docs with wezterm CLI installation (#2619)
Browse files Browse the repository at this point in the history
* Update macos docs with wezterm CLI installation

wezterm binary is not by default available in shells like the default zsh or bash, on macos we need to explicitly add the path to the wezterm binaries inside the WezTerm.app

* Update docs/install/macos.markdown

Co-authored-by: Wez Furlong <wez@wezfurlong.org>
  • Loading branch information
craigmac and wez authored Nov 19, 2022
1 parent dbeeaef commit aa72cd2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/install/macos.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ with support for both Apple Silicon and Intel hardware.
3. First time around, you may need to right click and select `Open` to allow launching
the application that your just downloaded from the internet.
3. Subsequently, a simple double-click will launch the UI
4. Configuration instructions can be [found here](../config/files.html)
4. To use wezterm binary from a terminal emulator, like `wezterm ls-fonts` you'll need to add the location to the wezterm binary folder that exists _inside_ the WezTerm.app, to your environment's $PATH value. For example, to add it to your `~/.zshrc` file, and assuming your WezTerm.app was installed to `/Applications`, add:
```sh
PATH="$PATH:/Applications/WezTerm.app/Contents/MacOS"
export PATH
```
5. Configuration instructions can be [found here](../config/files.html)

## Homebrew

Expand Down Expand Up @@ -45,3 +50,4 @@ WezTerm is also available via [MacPorts](https://ports.macports.org/port/wezterm
$ sudo port selfupdate
$ sudo port install wezterm
```

0 comments on commit aa72cd2

Please sign in to comment.