/tmux-cute

Primary LanguageShell

cute tmux (ノ◕ヮ◕)ノ*:・゚✧

Installation

Install manually

  1. Clone repo to local machine:
git clone https://github.com/cshaver/tmux-cute.git ~/.tmux-cute
  1. Source desired theme in your ~/.tmux.conf:
source-file "${HOME}/.tmux-cute/cute.tmuxtheme"

Install using Tmux Plugin Manager

  1. Add plugin to the list of TPM plugins in .tmux.conf:

     set -g @plugin 'cshaver/tmux-cute'
    
  2. Hit prefix + I to fetch the plugin and source it. The plugin should now be working.