tmux Nerd Font window name plugin hero

tmux Nerd Font window name plugin

Automatically rename your tmux windows to Nerd Font icons.

View on GitHub

Prerequisites

How to install

1. Install tpm plugin

This script can be installed with the Tmux Plugin Manager (tpm).

Add the following line to your ~/.tmux.conf file:

~/.tmux.conf
set -g @plugin 'joshmedeski/tmux-nerd-font-window-name'

How it works

When installed, your window names will automatically update to a Nerd Font that matches the activity (ex: vim, bash, node, ect…).

Contributing

I encourage contributors! I want to make this plugin the best it can be. Feel free to fork it and submit pull requests with any new ideas or improvements you have.

View on GitHub

Sign-Up for New Posts

Stay in the loop and get the latest blog posts about dotfiles sent to your inbox.

man sitting at desk in front of a landscape of rivers leading to a mountain range

Dev Workflow Intro

Your guide to creating a powerful and intuitive development workflow in the terminal.

The terminal is a powerful tool for developers, but it can be overwhelming to know where to start. This guide will help you create a powerful development environment in the terminal. Here are some of the things you'll learn.

  • Install packages and keep them up-to-date
  • Design a minimalist, distraction-free, user-interface
  • Use familiar keyboard shortcuts
  • Manage multiple projects with ease
  • Integrate with Git and GitHub
Get Started