Skip to content

Commit

Permalink
Update the brew support.
Browse files Browse the repository at this point in the history
Signed-off-by: corvofeng <corvofeng@gmail.com>
  • Loading branch information
corvofeng committed Mar 3, 2024
1 parent e52e73d commit 33e2e00
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,21 @@ A Golang version of [tmuxinator](https://github.com/tmuxinator/tmuxinator)

> Most of the code is generated by ChatGPT.
## Installation

```bash
# Macos
brew install corvofeng/tap/gmux

# Linux
cd /tmp
rm -rfv gmux_linux_amd64.tar.gz
wget https://github.com/corvofeng/gmux/releases/latest/download/gmux_linux_amd64.tar.gz
tar -zxvf gmux_linux_amd64.tar.gz
sudo install -v gmux /usr/local/bin
```

## Usage

```
mkdir ~/.tmuxinator
Expand All @@ -27,15 +40,8 @@ windows:
- p3: htop
' > ~/.tmuxinator/gmux.yml
cd /tmp
rm -rfv gmux_linux_amd64.tar.gz
wget https://github.com/corvofeng/gmux/releases/latest/download/gmux_linux_amd64.tar.gz
tar -zxvf gmux_linux_amd64.tar.gz
sudo install -v gmux /usr/local/bin
gmux -p gmux
```

Here is an example:

[![asciicast](https://asciinema.org/a/lVIIOwzWwFAL611IwUeZpohoy.svg)](https://asciinema.org/a/lVIIOwzWwFAL611IwUeZpohoy)
Expand Down

0 comments on commit 33e2e00

Please sign in to comment.