https://github.com/axwtv/ccatppuccin-tmux
https://github.com/axwtv/ccatppuccin-tmux
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/axwtv/ccatppuccin-tmux
- Owner: AXWTV
- Created: 2024-11-30T07:56:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T13:17:17.000Z (over 1 year ago)
- Last Synced: 2025-02-07T19:51:16.255Z (over 1 year ago)
- Language: Shell
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CCATPPUCCIN-TMUX
## Install 💻
Add this to your .tmux.conf and run Ctrl-I for TPM to install the plugin.
```bash
set -g @plugin 'AXWTV/ccatppuccin-tmux'
```
In order to have the icons displayed correctly please use/update your favorite
[nerd font](https://www.nerdfonts.com/font-downloads).
If you do not have a patched font installed, you can override or remove any
icon. Check the [documentation](./docs/reference/configuration.md) on the
options available.
1. (Optional) Set your preferred flavor, it defaults to `"mocha"`:
```bash
set -g @catppuccin_flavor 'mocha' # latte, frappe, macchiato, mocha or black
```
> [!IMPORTANT]
> You may have to run `~/.config/tmux/plugins/tpm/bin/clean_plugins`
> To clean cache from an earlier version
## 