From b4cfb5a45592a61ad4342e24448b43638aa93f6c Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Mon, 30 Nov 2020 16:03:04 -0800 Subject: [PATCH] updates install.md --- INSTALL.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index afbcff3..9030dba 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,12 +1,14 @@ ### [tmux](https://github.com/tmux/tmux/wiki) -#### Install using tpm +#### Install using [tpm](https://github.com/tmux-plugins/tpm) If you are a tpm user, you can install the theme and keep up to date by adding the following to your .tmux.conf file: - set -g @plugin 'dracula/tmux' + set -g @plugin 'dracula/tmux' -### Install with [Nix](https://nixos.org) +Add any configuration options below this line in your tmux config. + +#### Install with [Nix](https://nixos.org) If you're using [home-manager](https://github.com/nix-community/home-manager), an example config would look similar to this: Then run `home-manager switch`, the `Activating theme` section doesn't apply here.