Skip to content

Commit

Permalink
Merge pull request #1 from joshmedeski/patch-1
Browse files Browse the repository at this point in the history
Add `.config/tmux/plugins/tpm` installation instructions
  • Loading branch information
TheSast authored Nov 28, 2023
2 parents 02bf7da + 974ca89 commit 53059a8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,25 @@ See list of plugins [here](https://github.com/tmux-plugins/list).

Requirements: `tmux` version 1.9 (or higher), `git`, `bash`.

Clone TPM:
#### For `~/.tmux.conf` config

If your tmux config is located at `~/.tmux.conf` clone `tpm` to the `~/.tmux/plugins/tpm` directory:

```bash
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```

#### For `~/.config/tmux/tmux.conf` config

If your tmux config is located at `~/.config/tmux/tmux.conf` clone `tpm` to the `~/.config/tmux/plugins/tpm` directory:

```bash
mkdir ~/.config/tmux/plugins
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
```

### Configuration

Put this at the bottom of `~/.tmux.conf` (`$XDG_CONFIG_HOME/tmux/tmux.conf`
works too):

Expand Down

0 comments on commit 53059a8

Please sign in to comment.