docs(README.md): improve manual install steps (#152)

This commit is contained in:
Hamothy 2024-03-06 21:09:55 +00:00 committed by GitHub
parent 36a5b0584c
commit cbaf76cddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,8 +67,13 @@ 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`
1. Clone this repository to your desired location (e.g.
`~/.config/tmux/plugins/catppuccin`)
2. Add the following line to your `tmux.conf` file:
`run ~/.config/tmux/plugins/catppuccin/catppuccin.tmux`
3. (Optional) Set your preferred flavor and/or add configuration options as
listed in [Configuration Options](#configuration-options).
4. Reload Tmux by either restarting the session or reloading it with `tmux source-file ~/.tmux.conf`
## Overview