Installation & Activation

Get up and running in a few lines of code with your favorite plugin manager or manual setup

This is a living document which means it is work in progress, not completed yet and can change at any time while the project is still in development major version zero 0.y.z!

Thanks to existing plugin managers for tmux, Nord tmux can be installed for all platforms in a uniform way within a few lines of codes. The recommended manager is tpm, but any other manager like tundle can also be used.

To automatically download and activate Nord tmux, follow the install instructions for tpm and

  1. add set -g @plugin "arcticicestudio/nord-tmux" to your tmux.conf, by default .tmux.conf located in your home directory
  2. press the default key binding prefix + I to fetch- and install the plugin

Also see tpm's install instructions for more details.

Screenshot showing a minimal tmux.conf with installed Nord color scheme
Minimal tmux.conf with installed Nord color scheme.

By default, the latest version will be installed. To use the latest development state from the develop branch instead, go to the installation path of Nord tmux and switch to the develop branch or any other version tag you like.

Manual

To install Nord tmux manually using Git,

  1. clone the repository into any location, e.g. ~/.tmux/themes/nord-tmux
  2. source the downloaded theme by adding the path of the nord.tmux file to the bottom of your .tmux.conf, located in your home directory:
    run-shell "~/.tmux/themes/nord-tmux/nord.tmux"
    
  3. reload your .tmux.conf file to source- and activate the theme:
    tmux source-file ~/.tmux.conf
    
Screenshot showing the GitHub repository web UI to download the project repository

To install the theme without Git,

  1. download the latest version of the repository
  2. extract the downloaded archive into any location, e.g. ~/.tmux/themes/nord-tmux
  3. copy the nord.tmux, nord-status-content.conf and nord-status-content-no-patched-font.conf files to any location
  4. source the downloaded theme by adding the path of the nord.tmux file to the bottom of your .tmux.conf, located in your home directory:
    run-shell "~/.tmux/themes/nord-tmux/nord.tmux"
    
  5. reload your .tmux.conf file to source- and activate the theme:
    tmux source-file ~/.tmux.conf