1
0
Fork 0
mirror of synced 2024-06-01 14:51:10 -04:00
This commit is contained in:
Josh Medeski 2023-09-21 11:44:42 -05:00 committed by GitHub
commit 2b7a16ca73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):