feat: tpm (Tmux Plugin Manager) support (#2)
Co-authored-by: Pocco81 <pocco451@gmail.com> Co-authored-by: Lokesh Krishna <lokesh@low-key.me> Co-authored-by: Pocco81 <58336662+Pocco81@users.noreply.github.com> Co-authored-by: vinnyA3 <vincent.aceto@gmail.com> Co-authored-by: winston <hey@winston.sh>
This commit is contained in:
parent
317159f824
commit
97183fc510
10 changed files with 321 additions and 228 deletions
14
README.md
14
README.md
|
@ -24,6 +24,20 @@
|
|||
|
||||
## Usage
|
||||
|
||||
### TPM
|
||||
1. Install [TPM](https://github.com/tmux-plugins/tpm)
|
||||
2. Add the Catppuccin plugin:
|
||||
```bash
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
# ...alongside
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
```
|
||||
3. (Optional) Set your preferred flavour, it defaults to `"mocha"`:
|
||||
```bash
|
||||
set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha
|
||||
```
|
||||
|
||||
### Manual
|
||||
1. Copy your desired theme's configuration contents into your Tmux config (usually stored at `~/.tmux.conf`)
|
||||
2. Reload Tmux by either restarting the session or reloading it with `tmux source-file ~/.tmux.conf`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue